registry-io 1.0.0

High-performance event/callback registry for Rust. Sync-first with optional async. Lock-free reads, zero-allocation hot path, sub-50ns notify target. Designed as the foundation primitive for portfolio crates needing fast in-process notification.
Documentation
# Force Unix LF line endings for all text source so rustfmt (which enforces
# `newline_style = "Unix"`) passes on Windows CI runners where git's
# default `core.autocrlf = true` would otherwise convert LF to CRLF on
# checkout.

*               text=auto eol=lf

*.rs            text eol=lf
*.toml          text eol=lf
*.md            text eol=lf
*.yml           text eol=lf
*.yaml          text eol=lf
*.json          text eol=lf
*.lock          text eol=lf

LICENSE*        text eol=lf
README*         text eol=lf
.gitignore      text eol=lf
.gitattributes  text eol=lf
.editorconfig   text eol=lf
rustfmt.toml    text eol=lf
clippy.toml     text eol=lf