Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

High-Performance Process EcoSystem for Rust

Process Daemon
DOCUMENTATION

Version: 1.1.2

Index

Reference

  • API.md — Complete API reference, organized by use case with multiple examples per module. Always current to the latest release.
  • PERFORMANCE.md — Benchmark methodology, headline numbers, and version-over-version regression / improvement notes.
  • PRINCIPLES.md — Code style, contribution norms, and architectural rationale.

Release notes

Per-version release notes (format modeled on the error-forge release docs):

  • v1.1.2 (2026-05-19, feature-matrix CI fix)
  • v1.1.1 (2026-05-19, docs.rs build fix)
  • v1.1.0 (2026-05-19, performance + ergonomics)
  • v1.0.1 (2026-05-18, maintenance + audit patch)

The aggregate CHANGELOG.md in the repo root covers the full release history including pre-1.0 lines.

v2.0.0 planning

Tracked in .dev/V2-ROADMAP.md (local-only, gitignored). The v2 line targets:

  • async fn in trait for Subsystem::run (drops Pin<Box<dyn Future>> boilerplate).
  • Coordinated major dependency bumps (thiserror 1→2, metrics 0.17→0.24, notify 6→8, toml 0.8→1, nix 0.29→0.31, windows 0.58→0.62).
  • Removal of the discontinued async-std runtime backend.


COPYRIGHT © 2026 JAMES GOBER.