Docs.rs
scsys-0.3.1
scsys 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
scsys-config ^0.3.1
normal
optional
scsys-core ^0.3.1
normal
scsys-crypto ^0.3.1
normal
optional
scsys-derive ^0.3.1
normal
optional
scsys-macros ^0.3.1
normal
optional
scsys-traits ^0.3.1
normal
optional
scsys-util ^0.3.1
normal
optional
anyhow ^1
dev
criterion ^0.6
dev
lazy_static ^1
dev
serde ^1
dev
serde_json ^1
dev
Versions
100%
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
scsys
0.3.1
In scsys::
utils
scsys
::
utils
Function
to_camelcase
Copy item path
Source
pub fn to_camelcase<T>(s: T) ->
String
where T:
AsRef
<
str
>,
Expand description
converts a string to camelCase.