Devlyn-Nelson / Bondrewd

Rust proc_macro library for bit level field packing.
7 stars 2 forks source link

Mark Crate as no_std #11

Closed jhbruhn closed 2 years ago

jhbruhn commented 2 years ago

This fixes #10.

I marked the bondrewd crate as no_std and added a std-feature which can be enabled to let the Error type still implement std::error::Error.