Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Contributing

Mediaway takes contributions — code, design feedback, and bug reports.

Dev setup

# Toolchain (rust-toolchain.toml pins stable)
rustup show

# Hooks
cargo install lefthook cargo-deny
lefthook install

# Optional — some suites use these as test/dev oracles or accelerate nextest
cargo install cargo-nextest gitleaks
cargo nextest run --workspace   # preferred when installed
cargo test --workspace          # fallback

If you’re bringing an AI coding assistant

Start with docs/contributing/for-agents.md, then the project’s AGENTS.md (single source of truth for repo conventions — license/safety rules, architecture rules, commit format, and more).