[go: up one dir, main page]

tomlconv 0.1.2

This crate provides convenient traits and functions for converting between TOML and serializable values
Documentation
[badges.travis-ci]
repository = "sile/tomlconv"

[dependencies]
serde = "1"
toml = "0.4"
trackable = "0.1"

[dev-dependencies]
serde_derive = "1"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "This crate provides convenient traits and functions for converting between TOML and serializable values"
documentation = "https://docs.rs/tomlconv"
homepage = "https://github.com/sile/tomlconv"
keywords = ["toml"]
license = "MIT"
name = "tomlconv"
readme = "README.md"
repository = "https://github.com/sile/tomlconv"
version = "0.1.2"