dzamlo / rust-bitfield

This crate provides macros to generate bitfield-like struct.
Apache License 2.0
157 stars 19 forks source link

Support pub(restricted) #5

Closed dzamlo closed 2 months ago

dzamlo commented 6 years ago

we could also simplify the code by transforming invocation without visibility to pub(self). We may want to wait for the vis fragment specifier to become stable (https://github.com/rust-lang/rust/issues/41022).