cargo bitflags 2.0.0-rc.2

latest releases: 2.6.0, 2.5.0, 2.4.2...
21 months ago

⚠️ 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

New Contributors

Full Changelog: 2.0.0-rc.1...2.0.0-rc.2

Don't miss a new bitflags release

NewReleases is sending notifications on new releases.