Crate hebi

Source

Re-exports§

pub use public::*;

Modules§

macros
prelude
public
span
This module contains the implementation of spans for Hebi, and various utilities for working with them.

Macros§

error
fail

Enums§

Error

Type Aliases§

Cow
Faster, 2-word Cow. This version is available only on 64-bit architecture, and it puts both capacity and length together in a fat pointer. Both length and capacity is limited to 32 bits.
Result