Docs.rs
st-mem-0.1.2
st-mem 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cx693
Dependencies
serde ^1
normal
serde_json ^1
normal
Versions
53.42%
of the crate is documented
This release has been yanked, go to latest version
Platform
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
Skip to main content
parse_size
st_mem
0.1.2
In st_
mem::
memory
st_mem
::
memory
Function
parse_
size
Copy item path
Source
pub fn parse_size(s: &
str
) ->
Option
<
u64
>
Expand description
Parse a size string like “64K”, “20K”, “1M”, “512”, etc.