wired 0.1.0

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

WIP: Collection of embeddable database models for Rust.

## Features

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

## Available Models

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

## License

MIT