코딩Coding/Rust❤️Cheat_Sheet_그림❤️_syntax
Rust❤️String 넣는 방법 &String관련 타입(to_string(), to_owned(), into(), String::from(), format!()
내인생PLUS
2023. 3. 19. 18:11
728x90
17분 28초에 나옴
Rust❤️String 넣는 방법
.to_string()
.to_owned()
.into()
String::from()
format!()
String관련 타입들
보통 코딩 언어들은 2개지만
String
&str
러스트의 String 종류 ㅋㅋ
String, &str
CStr, CString
Cow<'_, str>
Path, PathBuf
Vec<u8>
&[u8]
OsStr
Tim McNamara
Rust in action 저자
https://economiceco.tistory.com/13040
반응형