Crate slicur

Crate slicur 

Source
Expand description

§slicur - A library for reading network IO bytes buffer.

Crates.io Docs.rs License: MIT OR Apache-2.0

§License

Licensed under either of:

  • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Re-exports§

pub use self::error::Error;

Modules§

error
Error types.

Structs§

Reader
Wrapper over a slice of bytes that allows reading chunks from with the current position state held using a cursor.