From f221cde61a223492d6d80503e4d47ed5f1ac3036 Mon Sep 17 00:00:00 2001 From: Levi Pearson Date: Mon, 18 Mar 2019 17:57:54 +0000 Subject: [PATCH] Update page 'Notes' --- Notes.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Notes.md 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