smallvec 0.1.8

'Small vector' optimization: store up to a small number of items on the stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "smallvec"
version = "0.1.8"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
description = "'Small vector' optimization: store up to a small number of items on the stack"
keywords = ["small", "vec", "vector", "stack"]
readme = "README.md"
documentation = "http://doc.servo.org/smallvec/"

[lib]
name = "smallvec"
path = "lib.rs"
doctest = false