Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
benches/ | H | 03-May-2022 | - | 49 | 40 | |
src/ | H | 03-May-2022 | - | 2,460 | 1,611 | |
tests/ | H | 03-May-2022 | - | 273 | 223 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
Cargo.toml | H A D | 17-Aug-2020 | 1.3 KiB | 51 | 44 | |
Cargo.toml.orig-cargo | H A D | 26-Mar-2020 | 1.3 KiB | 58 | 44 | |
LICENSE-ZLIB.md | H A D | 25-Mar-2020 | 851 | 12 | 6 | |
README.md | H A D | 25-Mar-2020 | 851 | 15 | 10 | |
appveyor.yml | H A D | 25-Mar-2020 | 681 | 33 | 26 | |
rustfmt.toml | H A D | 25-Mar-2020 | 177 | 9 | 8 |
README.md
1[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib) 2![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.36-green.svg) 3[![travis.ci](https://travis-ci.org/Lokathor/tinyvec.svg?branch=master)](https://travis-ci.org/Lokathor/tinyvec) 4[![AppVeyor](https://ci.appveyor.com/api/projects/status/wfnu1tyudka6jbk1/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/tinyvec/branch/master) 5[![crates.io](https://img.shields.io/crates/v/tinyvec.svg)](https://crates.io/crates/tinyvec) 6[![docs.rs](https://docs.rs/tinyvec/badge.svg)](https://docs.rs/tinyvec/) 7 8![Unsafe-Zero-Percent](https://img.shields.io/badge/Unsafety-0%25-brightgreen.svg) 9 10# tinyvec 11 12A 100% safe crate of vec-like types. 13 14For details, please see [the docs.rs documentation](https://docs.rs/tinyvec/) 15