⚠️ NOTE ⚠️ This release changes the default serialization you'll get if you #[derive(Serialize, Deserialize)]
on your generated flags types. It will now use a formatted string for human-readable formats and the underlying bits
type for compact formats.
What's Changed
- Add missing "if" to contains doc-comment in traits.rs by @rusty-snake in #291
- Forbid unsafe_code by @fintelia in #294
- serde: enable no-std support by @nim65s in #296
- Add a parser for flags formatted as bar-separated-values by @KodrAus in #297
- Prepare for 2.0.0-rc.2 release by @KodrAus in #299
New Contributors
- @rusty-snake made their first contribution in #291
- @fintelia made their first contribution in #294
- @nim65s made their first contribution in #296
Full Changelog: 2.0.0-rc.1...2.0.0-rc.2