]> git.lizzy.rs Git - bit-set.git/history - src/lib.rs
Explicit no_std attribute and use of core rather than std
[bit-set.git] / src / lib.rs
2018-04-20 Zachary PierceExplicit no_std attribute and use of core rather than std
2016-03-11 Jonathan ReemMerge pull request #9 from apasel422/update
2016-03-11 Andrew PaseltinerOverride `clone_from`
2016-03-11 Andrew PaseltinerSimplify impls
2016-03-11 Andrew PaseltinerTidy formatting
2016-01-17 Alexis BeingessnerMerge pull request #7 from tsion/by-value-remove-and...
2016-01-12 Scott OlsonSwitch from &usize to usize for contains/remove.
2015-06-04 blussMerge pull request #3 from contain-rs/upgroid
2015-06-04 Alexis Beingessneradd back tests, benches, upgroid travis
2015-06-04 Alexis Beingessnerupdate to newest bit-vec, add from_bytes, fix doc-tests...
2015-06-03 Alexis Beingessnerinitial port of bitset