issues
search
bincode-org
/
bincode
A binary encoder / decoder implementation in Rust.
MIT License
2.69k
stars
272
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix typo in spec.md
#730
DragonDev1906
opened
3 days ago
0
Expose types implementing `serde::Serializer` and `Deserializer`
#729
fjarri
opened
5 days ago
1
Add prerelease warning to readme.md
#728
xaocon
closed
4 days ago
1
Reader: use BufRead instead of BufReader
#727
realchonk
closed
1 week ago
1
Update example in readme.md
#726
samoylovfp
closed
4 days ago
2
docs: fix typo
#725
alexkirsz
closed
2 weeks ago
1
Backward Non-compabile changes between 2.0.0-beta.3 and 2.0.0-rc3
#724
haochenuw
closed
4 weeks ago
5
Rewrite: replace the generated code in 'enc/impl_tuples' with macro
#723
VendettaReborn
closed
4 days ago
2
What's wrong with my struct/code?
#722
IoIxD
closed
2 months ago
1
Fixed new clippy lints
#721
VictorKoenders
closed
2 months ago
0
Different int encoding option for integers and enum variant tags
#720
lemunozm
closed
4 months ago
1
Update virtue requirement from 0.0.16 to 0.0.17
#719
dependabot[bot]
closed
2 months ago
1
BorrowDecode not implemented for slices of borrowed elements
#718
kirawi
closed
2 months ago
2
Update glam requirement from 0.25 to 0.28
#717
dependabot[bot]
closed
4 months ago
2
Fixed a warning in a derive test that would cause CI to fail
#716
VictorKoenders
closed
5 months ago
0
Put clarifying language in migration guide regarding the serde:: and non-serde:: paths
#715
mcclure
closed
2 months ago
5
Are initial "buffer size" bytes in bincode2 decode_from_slice really required?
#714
mcclure
closed
5 months ago
4
falling test with serde::skip_serializing_if
#713
maks83
closed
3 months ago
3
Fixed broken miri CI script
#712
VictorKoenders
closed
6 months ago
0
deserialize into allocator
#711
MarcWeber
closed
3 months ago
3
Decode context
#710
branchseer
opened
6 months ago
5
Update glam requirement from 0.25 to 0.27
#709
dependabot[bot]
closed
4 months ago
3
Fixed #707
#708
Vrtgs
closed
7 months ago
2
Decode is only implemented for Arc<str> and not Rc<str>
#707
Vrtgs
closed
7 months ago
0
Update glam requirement from 0.25 to 0.26
#706
dependabot[bot]
closed
7 months ago
2
Add (optional) smallvec decode/encode support
#705
freqmod
closed
5 months ago
4
Miri check
#704
VictorKoenders
closed
6 months ago
1
Support retrieving the bytes written from encode
#703
Sammo98
closed
7 months ago
6
Update spec for `Option<T>` encoding
#702
mkeeter
closed
7 months ago
2
Build pipeline fails
#701
VictorKoenders
closed
7 months ago
1
Discriminant size in `fixint` serialization of `Option<T>`
#700
mkeeter
closed
7 months ago
3
Cannot deserialize VecDeque with structure of Decimals
#699
hedgar2017
closed
6 months ago
4
Add LICENSE.md to derive/
#698
jfsulliv
closed
7 months ago
2
Add note about Maps to readme
#697
c-git
closed
6 months ago
7
make config::DefaultOptions::new `const`
#696
droundy
opened
8 months ago
1
Issue when decoding a simple Enum with no member values.
#695
nuno1212s
opened
9 months ago
1
impls for Ipv4Addr/Ipv6Addr
#694
fox0
closed
9 months ago
3
bincode::de::Deserializer::with_reader() doesn't seem to work
#693
mwiniarski
closed
6 months ago
1
Update virtue requirement from 0.0.15 to 0.0.16
#692
dependabot[bot]
closed
7 months ago
2
Does bincode guarantee a 1:1 relationship between encodings and values?
#691
WesleyAC
closed
7 months ago
3
Unclear why serialized_size() yields different results
#690
henkery
closed
7 months ago
1
Add codec support for chrone
#689
RuofengX
closed
8 months ago
3
Update glam requirement from 0.24 to 0.25
#688
dependabot[bot]
closed
8 months ago
3
Fixed broken commit to trunk
#687
VictorKoenders
closed
10 months ago
1
Implement Encode & Decode for Wrapping<T> types
#686
mzachar
closed
10 months ago
3
Is there a way to patch 1.x?
#685
richardpringle
closed
10 months ago
1
Use const functions where possible
#684
richardpringle
closed
10 months ago
3
Add missing test for encode_utf8
#683
CXWorks
closed
10 months ago
5
Arc/Rc handling clarification
#682
stefnotch
opened
11 months ago
1
Add getters for current configuration values
#681
shahn
closed
10 months ago
4
Next