commit f221cde61a223492d6d80503e4d47ed5f1ac3036 Author: Levi Pearson Date: Mon Mar 18 17:57:54 2019 +0000 Update page 'Notes' diff --git a/Notes.md b/Notes.md new file mode 100644 index 0000000..1eb6426 --- /dev/null +++ b/Notes.md @@ -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. \ No newline at end of file