qnighy / yasna.rs

ASN.1 library for Rust
Apache License 2.0
42 stars 31 forks source link

Add std feature and add #![no_std] #57

Closed est31 closed 3 years ago

est31 commented 3 years ago

Most of the crate supports no_std already. For the few things that need std, we add an std feature that users can enable manually.

This also increases the MSRV as the alloc crate got stable only with 1.36.0.