picky-asn1-der
An ASN.1-DER subset for serde
0.5.6
7.1M downloads/mo
#3742 most downloaded on crates.io
Devolutions/picky-rs
What this package is like to depend on
Last release 4 months ago
21 Apr 2026
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 16 of 17 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
17 releases · first in 2019
4 releases in the last 12 months
see the full history below
Release timeline
17 releases · Dec 2019 to Apr 2026Releases
latest 17-
0.5.621 Apr 2026 -
0.5.525 Feb 2026 -
0.5.421 Oct 2025Release notes
Open source → -
0.5.326 Sep 2025Release notes
Open source →<!-- 7 -->Build
- Bump the crypto group across 1 directory with 3 updates (#388) (58d179a0c3)
-
0.5.216 Jan 2025Release notes
Open source →<!-- 4 -->Bug Fixes
-
Symlinks to license files in packages (#339) (1834c04f39)
Use symlinks instead of copying files to avoid a “dirty” state during cargo publish and preserve VCS info. With #337 merged, CI handles publishing consistently, so developer environments no longer matter.
-
-
0.5.126 Nov 2024 -
0.5.015 Jul 2024 -
0.4.124 Aug 2023Release notes
Open source →Fixed
- License files are now correctly included in the published package
Changed
- Update dependencies
-
0.4.008 Nov 2022 -
0.3.120 May 2022 -
0.3.002 Feb 2022Release notes
Open source →Added
- Support for
GeneralString ApplicationTagto encode ASN.1 application tags
Changed
- Bump minimal rustc version to 1.56
- Support for
-
0.2.527 May 2021 -
0.2.431 Aug 2020 -
0.2.214 Jan 2020 -
0.2.110 Jan 2020 -
0.2.023 Dec 2019Release notes
Open source →Added
- Add
from_reader_with_max_lendeserialization function to limit how many bytes can be read at most.
Changed
from_readerfunction has a default limit of 10240 bytes before returning a truncated data error. Usesfrom_reader_with_max_lento change the limit.
Fixed
- Fix various crash found by fuzzing.
- Add
-
0.1.018 Dec 2019Nothing published for this version