issues
search
serde-rs
/
bytes
Wrapper types to enable optimized handling of &[u8] and Vec<u8>
Apache License 2.0
317
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add base64 for ByteBuf when serializer is human-readable
#53
absporl
opened
1 month ago
0
Make ByteArray::new and ByteArray::into_array const
#52
sosthene-nitrokey
closed
4 months ago
0
Implement From for ByteArray, ByteBuf and Bytes
#51
zensh
closed
4 months ago
1
Replace another conditional repr(transparent)
#50
dtolnay
closed
7 months ago
0
Remove conditional on `repr(transparent)`
#49
Lucretiel
closed
7 months ago
0
Implement deserializing &'de [u8; N]
#48
sosthene-nitrokey
closed
10 months ago
0
Unconditional serde_bytes::deserialize
#47
dtolnay
closed
10 months ago
0
Support deserializing `&'de ByteArray<N>`
#46
dtolnay
closed
10 months ago
0
Implement Copy for ByteArray<N>
#45
dtolnay
closed
10 months ago
0
support byte array of any size.
#44
so-schen
closed
10 months ago
1
Support for Arc
#43
yossyX
opened
1 year ago
2
Consider sealing serde_bytes::Serialize and Deserialize traits
#42
dtolnay
opened
1 year ago
0
`#[serde(with = "serde_bytes")]` does not work in no_std.
#41
sosthene-nitrokey
closed
10 months ago
1
Is there a way to borrow when serialize and own when deserialize?
#40
seekstar
opened
1 year ago
1
Hide repr attribute from documentation
#39
dtolnay
closed
1 year ago
0
Adds support for [u8; N]
#38
emchristiansen
closed
1 year ago
1
Support for human-readable formats?
#37
fjarri
opened
1 year ago
6
Making the `serde` dependency optional
#36
robertbastian
closed
1 year ago
0
Remove 404 documentation link and bump version number
#35
lemmih
closed
2 years ago
0
How to use this crate without use of struct fields
#34
kylecarow
opened
2 years ago
0
Sync fork
#33
LesnyRumcajs
closed
2 years ago
1
Bytes deserialization cleanup
#32
Xiretza
closed
2 years ago
0
fix: actually use optimizations for deserializing &[u8]
#31
Xiretza
closed
2 years ago
2
Functionality of #[serde(with = "serde_bytes")] for deserialization of &[u8]
#30
Xiretza
closed
2 years ago
7
How to handle Vec<Vec<u8>>
#29
ghost
opened
2 years ago
1
Add support for `[u8; N]`
#28
sgued
closed
10 months ago
9
Implement (de-)serializing for `[u8; N]`
#26
KizzyCode
closed
10 months ago
2
Allow Cow<[u8]> to deserialize to owned bytes
#25
dtolnay
closed
4 years ago
0
Improve some `crate::de::Deserialize` impls by privately introducing `CowBytes<'a>`
#24
timotree3
closed
4 years ago
0
Allow `Cow<'a, [u8]>` to be deserialized even when visitor receives owned bytes.
#23
zakarumych
closed
4 years ago
3
Enable GitHub Actions
#22
dtolnay
closed
4 years ago
0
Implement Deserialize/Serialize for Option
#21
dtolnay
closed
4 years ago
0
Implement Deserialize/Serialize for Option
#20
djc
closed
4 years ago
5
Tests fail with --no-default-features on published "serde_bytes" 0.11.3 crate
#19
kentfredric
closed
4 years ago
3
WIP: Add support for heapless::Vec
#18
nickray
closed
4 years ago
1
Clarify that Bytes wraps around [u8]
#17
djc
closed
4 years ago
0
Remove unstable feature attribute for alloc crate
#16
martindisch
closed
5 years ago
2
Removing From<Vec<u8>> and From<ByteBuf> was mistake
#15
misos1
opened
5 years ago
1
Working with more complex types is difficult
#14
petreeftime
opened
5 years ago
1
Implement support for SmallVec<u8; N>?
#13
bwoods
opened
5 years ago
2
Update to bincode 1.0
#12
dtolnay
closed
5 years ago
0
Update bincode dev-dependency to 1
#11
ignatenkobrain
closed
5 years ago
1
Implement ToOwned on Bytes
#10
RReverser
closed
5 years ago
13
Cannot deserialise into &[u8]
#9
misos1
closed
5 years ago
2
Consider not using specialization even after it lands
#8
eternaleye
closed
5 years ago
2
`Vec<Vec<u8>>` conversion support missing
#7
jq-rs
closed
7 years ago
1
Expand travis script to also build no_std
#6
dtolnay
closed
5 years ago
1
Add `Deserialize` implementation for `Bytes`
#5
hcpl
closed
7 years ago
2
[Help] Serializer/Deserializer for type using variable length encoding scheme
#4
kamyuentse
closed
7 years ago
1
More obvious conversion methods
#3
dtolnay
closed
5 years ago
1
Next