Would be nice to be able to use this in `no_std` environments. From a quick look, all of the current dependencies should work with `no_std`. There's one `HashMap` usage, though looks like it could be replaced with a `BTreeMap` without altering behavior.
Would be nice to be able to use this in
no_stdenvironments.From a quick look, all of the current dependencies should work with
no_std.There's one
HashMapusage, though looks like it could be replaced with aBTreeMapwithout altering behavior.