Wesley Norris 6ea2d1afcb Add From<&[T]> and From<&mut [T]> for TinyVec
This adds the From trait impls for `&[T]` and `&mut [T]` to `TinyVec`,
though unfortunately until we get lazy normalization, it currently
requires that the `A: Array<item = T>` bound also be `Default`, so
it does not work for array sizes > 32.
2020-01-23 17:58:27 -05:00
2020-01-18 00:16:25 -07:00
2020-01-06 19:29:40 -07:00
2020-01-13 20:06:35 -07:00
2020-01-06 19:29:40 -07:00
2020-01-13 20:16:05 -07:00
2020-01-06 19:29:40 -07:00

License:Zlib Minimum Rust Version travis.ci AppVeyor crates.io docs.rs

Unsafe-Zero-Percent

tinyvec

A 100% safe crate of vec-like types.

For details, please see the docs.rs documentation

S
Description
安全的 vec-like 类型库
Readme 853 KiB
Languages
Rust 99.5%
Python 0.3%
Shell 0.2%