Lines Matching +full:ci +full:- +full:crate
1 [![ci badge]][ci link] [![crates.io badge]][crates.io link] [![docs.rs badge]][docs.rs link]
3 [crates.io badge]: https://img.shields.io/crates/v/shlex.svg?style=flat-square
5 [docs.rs badge]: https://img.shields.io/badge/docs-online-dddddd.svg?style=flat-square
7 [ci badge]: https://img.shields.io/github/actions/workflow/status/comex/rust-shlex/test.yml?branch=…
8 [ci link]: https://github.com/comex/rust-shlex/actions
19 The algorithms in this crate are oblivious to UTF-8 high bytes, so they iterate
20 over the bytes directly as a micro-optimization.
22 Disabling the `std` feature (which is enabled by default) will allow the crate
23 to work in `no_std` environments, where the `alloc` crate, and a global
29 - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
30 https://www.apache.org/licenses/LICENSE-2.0)
31 - MIT license ([LICENSE-MIT](LICENSE-MIT) or
37 for inclusion in the work by you, as defined in the Apache-2.0 license, shall