base64-serde
Integration between rust-base64 and serde
0.8.0
4.9M downloads/mo
#4549 most downloaded on crates.io
marshallpierce/base64-serde
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 2.3 years
Most releases are documented
notes for 9 of 13 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
16 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Sep 2017 to Oct 2024Releases
latest 16-
0.8.001 Oct 2024Release notes
Open source →- Don't depend on
base64andserdedirectly; instead, assume the consumer of the library is going to already have them available. This avoids the need to do version bumps in this project, and should hopefully be a no op for common usage, since any usage I can think of would already be using dependencies independently.
- Don't depend on
-
0.7.008 Jan 2023Nothing published for this version
-
0.7.0-rc.104 Jan 2023 pre-releaseRelease notes
Open source →- Use base64 0.21.0-rc.1
- Support visibilities other than
pub, e.g.pub(crate)
-
0.7.0-beta.229 Dec 2022 pre-release -
0.7.0-beta.128 Dec 2022 pre-releaseRelease notes
Open source →- Update to base64 0.21.0-beta.1
- Update to serde 1.0.152
- The
base64_serde_typemacro now uses anEngineinstead ofConfigbecause that's how base64 0.20+ works.
-
0.6.130 Sep 2020 -
0.6.024 Sep 2020Release notes
Open source →- Now serializer works with any input type that implements
AsRef<[u8]> - Now deserializer works with any output type that implements
From<Vec<u8>>
- Now serializer works with any input type that implements
-
0.5.117 Apr 2020Nothing published for this version
-
0.5.017 Mar 2020 -
0.4.011 Nov 2019 -
0.3.211 Apr 2019Nothing published for this version
-
0.3.125 Jan 2019 -
0.3.006 Feb 2018 -
0.2.024 Oct 2017 -
0.1.121 Sep 2017 -
0.1.021 Sep 2017Nothing published for this version