# Clippy configuration for Drasi Server Core
# Enforces strict code quality standards for library development
# Performance and efficiency
= true
= "1.70.0"
# Cognitive complexity thresholds
= 25
= 100
# Documentation requirements
= true
# Naming conventions
= 3
= 3
= 3
# Safety and correctness
= true
= true
# Size and length limits
= 8
= 64
= 128
# Additional strict rules for library code
= true