---
title: "Key Rules"
description: "Core code style rules including line length, edition, and unsafe policy."
---
- **Line length**: 100 characters
- **Edition**: 2024
- **MSRV**: 1.80
- **Unsafe code**: Forbidden unless explicitly justified
- **Panics**: Not allowed in library code (`unwrap`, `expect`, `panic!`)