std-shims 0.1.1

A series of std shims to make alloc more feasible
Documentation
  • Coverage
  • 20%
    1 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 133.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kayabaNerve

std shims

A crate which passes through to std when the default std feature is enabled, yet provides a series of shims when it isn't.

HashSet and HashMap are provided via hashbrown.