process_tools 0.12.0

Collection of algorithms and structures to handle processes properly.
Documentation
[dependencies.duct]
version = "0.13.7"

[dependencies.error_tools]
default-features = false
features = ["error_untyped"]
version = "~0.19.0"

[dependencies.former]
default-features = false
features = ["derive_former"]
version = "~2.11.0"

[dependencies.iter_tools]
default-features = false
version = "~0.24.0"

[dependencies.mod_interface]
default-features = false
version = "~0.30.0"

[dependencies.pth]
default-features = false
version = "~0.16.0"

[dev-dependencies.assert_fs]
version = "1.1.1"

[features]
default = ["enabled", "process_environment_is_cicd"]
enabled = ["mod_interface/enabled", "former/enabled", "pth/enabled", "error_tools/enabled", "iter_tools/enabled"]
full = ["default"]
process_environment_is_cicd = []

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

[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "development-tools"]
description = """
Collection of algorithms and structures to handle processes properly.
"""
documentation = "https://docs.rs/process_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "process_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/process_tools"
version = "0.12.0"

[package.metadata.docs.rs]
all-features = false
features = ["full"]

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

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