container_memory 0.1.0

Container memory management and optimization utilities
Documentation
<!-- {{# generate.module_header{} #}} -->

# Module :: container_memory
[![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/Modulecontainer_memoryPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/Modulecontainer_memoryPush.yml) [![docs.rs](https://img.shields.io/docsrs/container_memory?color=e3e8f0&logo=docs.rs)](https://docs.rs/container_memory) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)

Utilities for container memory

<!--
### Basic use-case

```rust
use container_memory::*;

fn main()
{
}
```

### To add to your project

```bash
cargo add container_memory
```

### Try out from the repository

``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example container_memory_trivial
```

``` shell test
cargo add container_memory
```

[![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
-->

### Sample

<!-- {{# generate.sample{} #}} -->