[[bin]]
name = "json-result"
path = "src/main.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "json_result"
path = "src/lib.rs"
[package]
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A generic enum representing a JSON result that can either be a success (`Ok`) with a value of type `T` or an error (`Err`) with a value of type `E`."
documentation = "https://docs.rs/json-result"
edition = "2024"
homepage = "https://github.com/LorenzoLeonardo/json-result"
license = "MIT"
name = "json-result"
readme = "README.md"
repository = "https://github.com/LorenzoLeonardo/json-result"
version = "0.1.1"