Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 225 Bytes

File metadata and controls

3 lines (2 loc) · 225 Bytes

Rust code uses snake case as the conventional style for function and variable names, in which all letters are lowercase and underscores separate words.

🔗