2025-11-11 09:42:52 -03:00
|
|
|
- On code return identifiers/characters in English language, no invalid tokens!
|
|
|
|
|
- Do not emit any comments, and remove any existing ones in Rust/HTML.
|
2025-11-04 07:03:20 -03:00
|
|
|
- Compact the code emission where possible.
|
2025-11-11 09:42:52 -03:00
|
|
|
- On code change, ensure cargo check cycle to remove warnings and errors.
|
|
|
|
|
- Never use defaults or magic values in code (never unwrap_or_else or similar)
|
|
|
|
|
- Check borrow, clone, types, common Rust errors! Return 0 warning code!
|