-
Rust_naming❤️Rust API Guidelines코딩Coding/변수❤️_naming_Pattern 2022. 5. 1. 01:26728x90
https://rust-lang.github.io/api-guidelines/naming.html
Naming - Rust API Guidelines
Basic Rust naming conventions are described in RFC 430. In general, Rust tends to use UpperCamelCase for "type-level" constructs (types and traits) and snake_case for "value-level" constructs. More precisely: ItemConvention Cratesunclear Modulessnake_case
rust-lang.github.io
External links
- RFC 199 - Ownership naming conventions
- RFC 344 - Naming conventions
- RFC 430 - Naming conventions
- RFC 505 - Doc conventions
- RFC 1574 - Doc conventions
- RFC 1687 - Crate-level documentation
- Elegant Library APIs in Rust
- Rust Design Patterns
반응형'코딩Coding > 변수❤️_naming_Pattern' 카테고리의 다른 글
코딩에 사용하는 약어 정리 (0) 2023.04.21 C#❤️Unity❤️naming patterns 35분 44초GameDev. (0) 2023.02.19 Rust❤️Uninitialized variables, for loops (0) 2022.06.14 Rust_Design_Patters❤️Introduciton (0) 2022.05.01 Rust Operators and Symbols__Rust's syntax (0) 2022.05.01 코딩 변수variable 쓸 때 가이드 정리 C++기준 (0) 2022.04.24 C언어용어-포인터를 변수로 표현할 때ptr(pointer) (0) 2022.01.31 C언어]변수(variable name)입력 시 주의 할점 (0) 2022.01.28