dtolnay / serde-ignored

Find out about keys that are ignored when deserializing data
Apache License 2.0
75 stars 8 forks source link

Consider `#![no_std]` compatibility #7

Closed whentze closed 2 years ago

whentze commented 4 years ago

As far as I can tell, this serde-ignored only uses fmt from std, which is also available in alloc. Could this crate be made #![no_std]?