ions 0.1.7

ION(s) | intuitive object notation (ser/deser) ion is a data format designed to be user friendly, easy to pick up and easy on the eyes. this library is a serde implementation of the ion data format.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Jose Salazar <znx3p0@gmail.com>"]
description = "ION(s) | intuitive object notation (ser/deser)\nion is a data format designed to be user friendly,\neasy to pick up and easy on the eyes.\nthis library is a serde implementation of the ion data format.\n"
documentation = "https://docs.rs/ions/"
edition = "2018"
license = "MIT"
name = "ions"
repository = "https://github.com/znx3p0/ions"
version = "0.1.7"