wired 0.4.0

WIP: Collection of embeddable database models for Rust.
Documentation
# wired

WIP: Collection of embeddable database models for Rust.

[![Documentation](https://docs.rs/wired/badge.svg)](https://docs.rs/wired)
[![Crate](https://img.shields.io/crates/v/wired.svg)](https://crates.io/crates/wired)

## Features

- schema-free: use anything that can be serialized with serde
- portable: every database is persisted with a single memory-mapped binary file
- lightweight: pure Rust implementation

## Available Models

- [x] Stack
- [x] Queue
- [ ] Key-Value
- [ ] Document
- [ ] Graph
- [ ] Relational

## License

MIT