Skip to content

cpprhtn/Rust-study

Repository files navigation

Rust study

https://doc.rust-lang.org/book/title-page.html

위의 rust 공식 도큐먼트를 통해서 공부를 할 예정

문서에 잘 설명되어 있으므로 아마 코드만 올라가지 싶음

라이브러리 찾는 주소

https://crates.io/

cargo test 커맨드는 프로젝트에 있는 모든 테스트를 실행

cargo run 커맨드는 toml파일과 main.rs 파일을 실행

cargo run needle haystack