luos_memory_sandbox 0.0.1

A customizable memory sandbox, able to detect memory problems when writing data structures
docs.rs failed to build luos_memory_sandbox-0.0.1
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

A debug-oriented memory sandbox.

Luo's Memory Sandbox provides an approach to create a fully customized linear memory buffer. By offering a custom memory allocator, it can be used to find memory leaks and errors when writing data structures.