Docs.rs
enpsrlib-0.1.0
enpsrlib 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
brevalferrari
Dependencies
derive-new ^0
normal
paste ^1
normal
Versions
10.94%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
enpsrlib
0.1.0
Word
Implementations on Foreign Types
&'a str
Cow<'a, str>
String
Implementors
In crate enpsrlib
enpsrlib
Trait
Word
Copy item path
Source
pub trait Word { }
Expand description
Implemented by word types
Implementations on Foreign Types
§
Source
§
impl
Word
for
String
Source
§
impl<'a>
Word
for &'a
str
Source
§
impl<'a>
Word
for
Cow
<'a,
str
>
Implementors
§