[go: up one dir, main page]

sid 0.3.1

Simple Id. Tiny crate providing strongly typed ids and an id-based vector.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sid"
version = "0.3.1"
description = "Simple Id. Tiny crate providing strongly typed ids and an id-based vector."
license = "MIT/Apache-2.0"
authors = [ "Nicolas Silva <nical@fastmail.com>" ]
repository = "https://github.com/nical/sid"

[lib]
name = "sid"

[dependencies]
num-traits = "0.1.39"