Add safety and dependency constraints
This commit is contained in:
parent
a12dbdcc43
commit
c9dba93f7f
|
|
@ -74,3 +74,6 @@ Transcript-based shell integration test runner. Rust.
|
||||||
- Rust 2024 edition
|
- Rust 2024 edition
|
||||||
- No OOP — plain functions and structs/enums
|
- No OOP — plain functions and structs/enums
|
||||||
- Integration tests in `tests/shout.rs`, example `.shout` files in `tests/`
|
- 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user