memguar 0.0.1

A crate that helps to optimize IO of large buffers in near-OOM state or with small amount of RAM
Documentation
1
2
3
4
5
6
7
8
9
10
### Targets
MemGuar currently supports Unix-based systems,
including Linux, macOS, and other Unix-like operating systems.

### Usage
```rs
[dependencies.memguar]
version = "0.0.1"
git = "https://github.com/yaroslav957/memguar
```