You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you have #![allow(non_snake_case)] in most lib.rs files, module names are non snake case and a lot of functions are camelCase. Why? This is not idiomatic Rust and you force everybody that uses this library to have multiple naming schemes in their codebase.
The text was updated successfully, but these errors were encountered:
I see you have #![allow(non_snake_case)] in most lib.rs files, module names are non snake case and a lot of functions are camelCase. Why? This is not idiomatic Rust and you force everybody that uses this library to have multiple naming schemes in their codebase.
The text was updated successfully, but these errors were encountered: