elsa 1.1.0

Append-only collections for Rust where borrows to entries can outlive insertions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "elsa"
version = "1.1.0"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
edition = "2018"
description = "Append-only collections for Rust where borrows to entries can outlive insertions"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/elsa/"
repository = "https://github.com/manishearth/elsa"

[dependencies]
stable_deref_trait = "1.1.1"