Crates.io | str-queue |
lib.rs | str-queue |
version | 0.0.1 |
source | src |
created_at | 2021-08-13 19:37:28.215664 |
updated_at | 2021-08-13 19:37:28.215664 |
description | Queue for a string |
homepage | |
repository | https://gitlab.com/lo48576/str-queue |
max_upload_size | |
id | 435837 |
size | 141,067 |
A queue for a string.
std
std
-only items, such as std::error::Error
trait.
alloc
crate is stil necessary.memchr
memchr
crate for faster search.std_with_memchr
std
and memchr
feature of this crate, and std
feature of memchr
crate.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.