Docs.rs
hebi-0.4.0
hebi 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jprochazk
Dependencies
beef ^0.5.2
normal
futures-util ^0.3.28
normal
indexmap ^1.9.3
normal
logos ^0.13.0
normal
paste ^1.0.12
normal
pollster ^0.3.0
normal
serde ^1.0.163
normal
optional
stacker ^0.1.15
normal
criterion ^0.4
dev
flume ^0.10.14
dev
indoc ^2.0.1
dev
insta ^1.29.0
dev
reqwest ^0.11.18
dev
serde_json ^1.0.96
dev
tokio ^1.28.1
dev
tokio-util ^0.7.8
dev
Versions
2.61%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hebi
0.4.0
All Items
Crate Items
Modules
Macros
Enums
Type Aliases
Crate
hebi
Copy item path
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