os_dev_toolkit 0.1.2

Dependency-free developer tooling primitives for Rust OS development (logging, diagnostics, fixed buffers, status codes).
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 = "2024"
name = "os_dev_toolkit"
version = "0.1.2"
authors = [
    "alisio85 (idea)",
    "Cascade (AI-generated implementation)",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free developer tooling primitives for Rust OS development (logging, diagnostics, fixed buffers, status codes)."
homepage = "https://github.com/alisio85/os_dev_toolkit"
documentation = "https://github.com/alisio85/os_dev_toolkit/tree/main/docs"
readme = "README.md"
keywords = [
    "os",
    "kernel",
    "no-std",
    "logging",
    "diagnostics",
]
categories = [
    "no-std",
    "development-tools",
    "embedded",
]
license = "MIT"
repository = "https://github.com/alisio85/os_dev_toolkit"

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

[features]
alloc = []
default = []
release_assertions = []

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

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

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

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