immer-rs 0.1.2

A wrapper around the C++ library immer for persistent datastructures
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.cc]
version = "1"

[dependencies.libc]
version = "0.2"

[package]
authors = ["Riley Wilburn <rhino1998@gmail.com>"]
description = "A wrapper around the C++ library immer for persistent datastructures"
documentation = "https://github.com/rhino1998/immer-rs"
homepage = "https://github.com/rhino1998/immer-rs"
license = "BSL-1.0"
name = "immer-rs"
repository = "https://github.com/rhino1998/immer-rs"
version = "0.1.2"