Docs.rs
lifegraph-json-0.1.15
lifegraph-json 0.1.15
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Sylchi
Dependencies
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Number
lifegraph_
json
0.1.15
Number
Aliased Type
Variants
F64
I64
U64
In crate lifegraph_
json
lifegraph_json
Type Alias
Number
Copy item path
Source
pub type Number =
JsonNumber
;
Aliased Type
§
pub enum Number { I64(
i64
), U64(
u64
), F64(
f64
), }
Variants
§
§
I64(
i64
)
§
U64(
u64
)
§
F64(
f64
)