Docs.rs
shah-0.2.2
shah 0.2.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
i007c
Dependencies
faster-hex ^0.10.0
normal
optional
log ^0.4.22
normal
serde ^1.0.210
normal
optional
shah-macros ^0.2.1
normal
Versions
1.36%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
shah
0.2.2
AsUtf8
Str
Required Methods
as_utf8_str
Implementations on Foreign Types
[u8]
Implementors
In crate shah
shah
Trait
AsUtf8Str
Copy item path
Source
pub trait AsUtf8Str { // Required method fn
as_utf8_str
(&self) -> &
str
; }
Required Methods
§
Source
fn
as_utf8_str
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
AsUtf8Str
for [
u8
]
Source
§
fn
as_utf8_str
(&self) -> &
str
Implementors
§