random-access-storage 4.0.0

Abstract interface to implement random-access instances.
Documentation
[package]
name = "random-access-storage"
version = "4.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/random-access-storage"
documentation = "https://docs.rs/random-access-storage"
description = "Abstract interface to implement random-access instances."
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"
edition = "2018"

[dependencies]
async-trait = "0.1.24"
futures-io = "0.3.4"