smox 0.1.0

SmallBox that stores small objects inline and bigger objects on the heap using Box, Rc or Arc
Documentation
1
2
3
4
# *** INITIAL POC ***

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