candy 0.1.3

Syntaxic sugar for Rust: macros for lighter error handling code, and more.
[dependencies]

[features]
default = []
nightly = []
try-trait = ["nightly"]

[package]
authors = ["danielhenrymantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["no-std", "rust-patterns", "api-bindings"]
description = "Syntaxic sugar for Rust: macros for lighter error handling code, and more."
documentation = "https://docs.rs/candy/"
edition = "2018"
homepage = "https://github.com/danielhenrymantilla/candy-rs"
keywords = ["candy", "sugar", "sweet", "macros", "fallible"]
license = "MIT"
name = "candy"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/candy-rs"
version = "0.1.3"
[package.metadata.docs.rs]
features = ["nightly"]