smox 0.1.0

SmallBox that stores small objects inline and bigger objects on the heap using Box, Rc or Arc
Documentation
  • Coverage
  • 0%
    0 out of 13 items documented0 out of 9 items with examples
  • Size
  • Source code size: 11.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cehteh

*** INITIAL POC ***

a Cell/Box like type that keeps small objects on the stack and can allocate bigger objects as Box, Rc or Arc