Add safety and dependency constraints

This commit is contained in:
user.email 2026-04-02 20:26:49 -07:00
parent a12dbdcc43
commit c9dba93f7f

View File

@ -74,3 +74,6 @@ Transcript-based shell integration test runner. Rust.
- Rust 2024 edition
- No OOP — plain functions and structs/enums
- Integration tests in `tests/shout.rs`, example `.shout` files in `tests/`
- Never use `unsafe`
- Keep dependencies to the bare minimum.
- If you must use a dependency, use the lightest-weight version.