serde-bool: v0.1.1
·
204 commits
to main
since this release
- Implement
PartialEq<False>
forTrue
, and vice-versa. - Implement
PartialEq<bool>
forTrue
andFalse
. - Implement
PartialEq<{True, False}>
forbool
. - Mark crate as
#![no_std]
.