quit 2.0.0

Exit cleanly with an exit code
Documentation
[package]
name = "quit"
version.workspace = true
authors = ["dylni"]
edition.workspace = true
rust-version.workspace = true
description = """
Exit cleanly with an exit code
"""
readme = "README.md"
repository.workspace = true
license.workspace = true
keywords = ["exit", "code", "status", "die", "terminate"]
categories = ["command-line-interface", "rust-patterns"]
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/src/tests_common.rs", "/tests"]

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "quit_docs_rs"]
rustdoc-args = ["--cfg", "quit_docs_rs"]

[dependencies]
quit_macros = { version = "=2.0.0", path = "macros" }

[features]
__unstable_tests = []

[workspace]
members = ["macros"]

[workspace.package]
version = "2.0.0"
edition = "2021"
rust-version = "1.64.0"
repository = "https://github.com/dylni/quit"
license = "MIT OR Apache-2.0"