Update page 'Notes'

2019-03-18 17:57:54 +00:00
commit f221cde61a

6
Notes.md Normal file

@@ -0,0 +1,6 @@
## Crates to consider using
These are all lightweight, `no-std` crates that provide useful functionality:
+ [bit_field]:(https://github.com/phil-opp/rust-bit-field): Fields in fixed-width types.
+ [ux]:(https://github.com/kjetilkjeka/uX): Integer types of non-standard width.