Docs.rs
satex-core-0.5.3
satex-core 0.5.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wan2dev
Dependencies
async-trait ^0.1
normal
bytes ^1.10
normal
futures ^0.3
normal
futures-util ^0.3
normal
http ^1.0
normal
http-body ^1.0
normal
http-body-util ^0.1
normal
hyper ^1.6
normal
matchit ^0.8
normal
percent-encoding ^2.3
normal
pin-project-lite ^0.2
normal
regex ^1.11
normal
serde ^1.0
normal
serde_yaml ^0.9
normal
sync_wrapper ^1.0
normal
tokio ^1.44
normal
tower ^0.5
normal
tracing ^0.1
normal
criterion ^0.5
dev
Versions
15.24%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Digester
satex_
core
0.5.3
Digester
Required Methods
digest
Implementors
In satex_
core::
digest
satex_core
::
digest
Trait
Digester
Copy item path
Source
pub trait Digester<M> { // Required method fn
digest
(&self, input:
&M
) ->
Cow
<'_, [
u8
]>; }
Required Methods
§
Source
fn
digest
(&self, input:
&M
) ->
Cow
<'_, [
u8
]>
Implementors
§
Source
§
impl<M>
Digester
<M> for
DefaultDigester