Docs.rs
scsys-core-0.2.0
scsys-core 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
anyhow ^1
normal
glob ^0.3
normal
predicates ^3
normal
rand ^0.8
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
smart-default ^0.7
normal
strum ^0.26
normal
getrandom ^0.2
normal
Versions
44.83%
of the crate is documented
Go to latest version
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
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
scsys_core
0.2.0
StringExt
Required Methods
remove_first_and_last
Implementations on Foreign Types
str
Implementors
In scsys_core::specs
?
Trait
scsys_core
::
specs
::
StringExt
source
·
[
−
]
pub trait StringExt { // Required method fn
remove_first_and_last
(&self) -> &
str
; }
Required Methods
§
source
fn
remove_first_and_last
(&self) -> &
str
Implementations on Foreign Types
§
source
§
impl
StringExt
for
str
source
§
fn
remove_first_and_last
(&self) -> &
str
Implementors
§