01Method Conversion: Transforms free functions into type-specific methods to improve discoverability and support fluent chaining.
020 GitHub stars
03API Minimization: Identifies and removes unnecessary 'pub' modifiers and migrates helpers to internal packages.
04Package Architecture: Provides structured guidance for splitting large files and packages while maintaining acyclic dependencies.
05Idiomatic Pattern Matching: Implements advanced matching techniques using views and nested patterns for efficient, allocation-free logic.
06Formal Verification Support: Adds Dafny-style loop invariants and functional-state specifications to improve code reliability and safety.