rust-toml 0.7.8
Rust encoder and decoder of TOML-formatted files and streams
This package provides a native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
- Website: https://github.com/toml-rs/toml
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-toml 0.7.8
as follows:
guix install rust-toml@0.7.8
Or install the latest version:
guix install rust-toml
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.