cirious_codex_result 0.1.0

Robust result and error handling framework for the Cirious Codex ecosystem.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cirious_codex_result"
version = "0.1.0"
authors = ["Cirious Studio <cirious.studio@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Robust result and error handling framework for the Cirious Codex ecosystem."
homepage = "https://github.com/cirious-studio/cirious_codex_result"
documentation = "https://docs.rs/cirious_codex_result"
readme = "README.md"
keywords = [
    "error-handling",
    "result",
    "diagnostic",
    "codex",
    "cirious",
]
categories = [
    "rust-patterns",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cirious-studio/cirious_codex_result"

[lib]
name = "cirious_codex_result"
path = "src/lib.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies]

[lints.rust]
missing_docs = "warn"