log-io 1.0.0

Structured logging pipeline for Rust. Zero-allocation fast path, JSON / logfmt / human-readable outputs, context propagation (request-id, trace-id), per-module filtering, async-safe sinks. An IO pipeline for log records, not a wrapper around log+tracing.
Documentation
# log-io - Documentation

Reference documentation for the `log-io` crate.

## Sections

- [API Reference]./API.md - the public API surface and how its parts
  compose into a pipeline.

## Authoritative sources

The rustdoc on docs.rs is authoritative for signatures. This directory
holds prose-style references that read better offline.

`.dev/DIRECTIVES.md` is the build-and-policy contract;
`.dev/ROADMAP.md` is the release schedule.

## License

Licensed under the Apache License, Version 2.0.

Copyright (C) 2026 James Gober.