코딩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

 

 

https://youtu.be/4DLhTPsg8QQ

 

 

 

Tim McNamara

Rust in action 저자

https://economiceco.tistory.com/13040

 

eBook)Rust in Action 1st Edition- Tim McNamara

Rust in Action Tim McNamara Rust in Action 1st Edition https://www.amazon.com/dp/B098BNGMWH/ref=cm_sw_r_cp_api_SGQ7ZFR2A2R025G6XF3N Amazon.com Enter the characters you see below Sorry, we just need to make sure you're not a robot. For best results, please

economiceco.tistory.com

 

 

 

 


 

 

 

 

 

 

 

 


 

반응형