-
Rust]❤️String ->as_bytes메소드를 이용해 바이트 배열로 변환코딩Coding/★Rust★기초★Syntax 2022. 2. 25. 12:14728x90
https://rinthel.github.io/rust-lang-book-ko/ch04-03-slices.html
슬라이스 - The Rust Programming Language
소유권을 갖지 않는 또다른 데이터 타입은 슬라이스입니다. 슬라이스는 여러분이 컬렉션(collection) 전체가 아닌 컬렉션의 연속된 일련의 요소들을 참조할 수 있게 합니다. 여기 작은 프로그래밍
rinthel.github.io
반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
Rust]메모리 주소를 벡터에 넣고 출력test해보기!) Print elements in a vector contiguously (0) 2022.02.27 Vec<String> or Vec<&str> for function argument? (0) 2022.02.26 WebGPU]Building WebGPU with Rust- Code Geek (0) 2022.02.25 Rust_slices]❤️String Literals Are Slices (0) 2022.02.25 Using unsafe 관련 글(The Rustonomicon=unsafe설명서Rust) -Reddit-learnrust (0) 2022.02.24 Rust]<What is a function signature and type? (0) 2022.02.23 Rust 27분 짜리 간단한 강의- Tim McNamara- Rist Linz (0) 2022.02.23 Rust Async- How to build an Async Router in Rust!!- Jeremy Chone (0) 2022.02.22