Commit graph

3 commits

Author SHA1 Message Date
Chris Morgan 9ddafe25f4 chmod +x test
I had done this locally, but this particular Git repository existed on
Windows at one point so filemode was off.
2022-01-26 01:09:17 +11:00
Chris Morgan 0a1c85f865 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.
2022-01-26 00:16:15 +11:00
Chris Morgan 692fe912db Add a local testing script 2022-01-26 00:16:15 +11:00