storages 0.1.1

Storage backends for collections
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Tim Diekmann <tim.diekmann@3dvision.de>"]
categories = ["memory-management", "no-std"]
description = "Storage backends for collections"
documentation = "https://docs.rs/storages"
edition = "2018"
exclude = [".github/**"]
keywords = ["collections"]
license = "MIT OR Apache-2.0"
name = "storages"
readme = "README.md"
repository = "https://github.com/TimDiekmann/storages"
version = "0.1.1"