gecko-dev/third_party/rust/smallvec
Andre Bogus 52ad6442dc Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio
We had a mix of 0.6.2 and 0.6.5 (which is the current release),
this unifies to the latest version. It also enables the union
feature which removes the discriminant, reducing memory usage.

This cherry-picks servo/servo#21746.
2018-09-23 13:47:13 +02:00
..
benches Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio 2018-09-23 13:47:13 +02:00
.cargo-checksum.json Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio 2018-09-23 13:47:13 +02:00
.travis.yml Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio 2018-09-23 13:47:13 +02:00
Cargo.toml Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio 2018-09-23 13:47:13 +02:00
LICENSE-APACHE Bug 1476636. Update Cargo lockfiles, re-vendor rust dependencies 2018-07-20 17:24:55 -04:00
LICENSE-MIT Bug 1476636. Update Cargo lockfiles, re-vendor rust dependencies 2018-07-20 17:24:55 -04:00
README.md No bug - Revendor rust dependencies on a CLOSED TREE. r=bustage 2017-12-05 12:36:20 +01:00
lib.rs Bug 1493435 - Update smallvec crate and enable the union feature. r=emilio 2018-09-23 13:47:13 +02:00

README.md

rust-smallvec

Documentation

Release notes

"Small vector" optimization for Rust: store up to a small number of items on the stack