Update page 'Notes'

master
Levi Pearson 2019-03-18 17:57:54 +00:00
commit f221cde61a
1 changed files with 6 additions and 0 deletions

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.