Docs.rs
gtoml-0.1.2
gtoml 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zinso
Dependencies
regex ^1.5
normal
serde ^1.0
normal
toml ^0.5
normal
Versions
75%
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
Crate
gtoml
gtoml
0.1.2
All Items
Crate Items
Functions
Crates
gtoml
Crate
gtoml
Copy item path
Settings
Help
Summary
Source
Functions
§
get
Retrieves a value from a TOML
Value
at a specified path.
get_
from_
str
Retrieves a value from a TOML string at a specified path.
parse
Parses a TOML string and returns a
Value
type.