Docs.rs
scsys-core-0.2.3
scsys-core 0.2.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
chrono ^0.4
normal
optional
glob ^0.3
normal
num ^0.4
normal
paste ^1
normal
rand ^0.8
normal
optional
serde ^1
normal
optional
smart-default ^0.7
normal
strum ^0.26
normal
anyhow ^1
dev
serde_json ^1
dev
getrandom ^0.2
normal
Versions
28.57%
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.3
Name
Required Methods
name
Implementors
In scsys_
core::
traits
scsys_core
::
traits
Trait
Name
Copy item path
Source
pub trait Name { // Required method fn
name
(&self) -> &
str
; }
Expand description
Interface for nameable data-structures
Required Methods
§
Source
fn
name
(&self) -> &
str
Implementors
§