-
Rust) 명명 규칙(관습)-Naming❤️conventions코딩Coding/★Rust★기초★Syntax 2022. 3. 9. 10:15728x90
https://neurowhai.tistory.com/69
[Rust] 명명 규칙(관습) - Naming conventions
https://aturon.github.io/style/naming.html 여기를 참고하였습니다. [명명법 종류] snake_case : 단어를 전부 소문자로 적고 언더바로 구분함. SCREAMING_SNAKE_CASE : 단어를 전부 대문자로 적고 언더바로 구..
neurowhai.tistory.com
반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
Rust] Closure types(fn f<F : FnOnce() -> String> (g: F) {} (0) 2022.03.11 What does “`str` does not have a constant size known at compile-time” mean, and what's the simplest way to fix it? (0) 2022.03.10 Learning Rust (0) 2022.03.10 Green vs System Threads (0) 2022.03.10 Are we *actually* IDE yet? A look on the Rust IDE Story - Igor Matuszewski (0) 2022.03.08 Rust] Dyn trait vs (data, vtable) (0) 2022.03.08 Rust]Using Trait objects in Rust - LGR (0) 2022.03.08 Rust] Traits and You: A Deep Dive- Nell Shamrell-Harrington (0) 2022.03.07