luos_memory_sandbox 0.0.0

A customizable memory sandbox, able to detect memory problems when writing data structures
docs.rs failed to build luos_memory_sandbox-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Luo's Memory Sandbox

An easy implementation of a memory sandbox.

Luo's Memory Sandbox provides an approach to create a fully customized linear memory buffer, which can be used in debugging, finding memory leaks when writing data structures, by offering a custom memory allocator.