callee 0.1.4

A library to show information about the calling process.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0.40"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["serde"]

[package]
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>"]
description = "A library to show information about the calling process."
documentation = "https://gitlab.com/a-kenji/callee"
edition = "2021"
homepage = "https://gitlab.com/a-kenji/callee"
keywords = ["process", "proc"]
license = "MIT"
name = "callee"
readme = "README.md"
repository = "https://gitlab.com/a-kenji/callee"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]