snmalloc-sys 0.7.4

rust raw bindings of snmalloc.
Documentation
1
2
3
4
# Standard Library Implementation

To support build environment without C++ STL, snmalloc can optionally use self-vendored STL functionalities.
To use self-vendored implementations, one need to set `SNMALLOC_USE_SELF_VENDORED_STL` to `ON` when configuring cmake.