str-queue 0.0.1

Queue for a string
Documentation
  • Coverage
  • 100%
    58 out of 58 items documented27 out of 46 items with examples
  • Size
  • Source code size: 140.91 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lo48576

str-queue

Build Status Latest version Documentation Minimum supported rustc version: 1.54

A queue for a string.

Feature flags

  • std
    • Enabled by default.
    • Use std-only items, such as std::error::Error trait.
      • Currently this feature has no effects.
    • Even when this is disabled, alloc crate is stil necessary.
  • memchr
    • Use memchr crate for faster search.
  • std_with_memchr
    • Enables std and memchr feature of this crate, and std feature of memchr crate.

License

Licensed under either of

at your option.

Contribution

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.