Robbepop / modular-bitfield

Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
160 stars 41 forks source link

Add no_std support #1

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

Seems like it wouldn't need to be behind a feature -- I don't see any imports from std in the modular-bitfield crate.

Robbepop commented 5 years ago

True, that should definitely work.

Robbepop commented 5 years ago

Implemented by https://github.com/Robbepop/modular-bitfield/commit/782c694a04c68be40690ddcd9486c5dc691fd6dc.