no_std support
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commit0a1c85f8655a71b995d228ed0c9496f732268c5b
treea627de3e1adee331ec7f91edd27092778633c0c7
parent98f2816e62c6f92863214d86f7e7584a1fb49400
no_std support

I’m quite pleased with how this has turned out.

Given the stability-despite-instability of hashbrown (that the API
surface we’re depending on hasn’t changed since 0.1.1), and the
deliberate altered SemVer guarantees for it, it was very tempting
to leave the hashbrown range open, `version = ">=0.1.1"` or at least
`version = ">=0.1.1, <1"`, but for some reason or other I ended up
deciding not to. I’m still of two minds about it, really.
.travis.yml
CHANGELOG.md
Cargo.toml
README.md
src/any.rs
src/lib.rs
src/raw.rs
test
test-oldest-Cargo.lock [new file with mode: 0644]