-
Rust❤️Converts a Box<str> into a Box<[u8]> without copying or allocating.코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 8. 14. 19:55728x90
http://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/std/primitive.str.html
str - Rust
String slices. The str type, also called a 'string slice', is the most primitive string type. It is usually seen in its borrowed form, &str. It is also the type of string literals, &'static str. Strings slices are always valid UTF-8. This documentation des
web.mit.edu
반응형'코딩Coding > 한글Rust강의★내가★공부하려고만듬' 카테고리의 다른 글
ARM❤️Assembly Language Programming with ARM❤️ (0) 2022.08.16 러스트로 금융툴 만들기! 제3부 Making a finance tool with Rust! Part 3 (0) 2022.08.15 Rust로 만든 피아노 트레이너❤️Piano-trainer_Moemorize piano scale with ease! (0) 2022.08.14 러스트로 "회전하는 도넛donut❤️" 출력하기 C언어로 하는거 보고 깃허브로 찾음 (0) 2022.08.14 Rust❤️Custom Deserialization with Serde (0) 2022.08.14 Inverting Binary Tree Without Recursion in Rust (0) 2022.08.14 Rust Termion❤️뭔가 만들때 쓰는 듯 터미널창에 마우스도 되고 다 되네 ㅎㅎ (0) 2022.08.14 Rust 출력할때 색깔 입히기 (0) 2022.08.13