코딩Coding/Rust❤️Optimization❤️

cargo add 활용법❤️귀찮은 features넣는 법 -F이게 좋네 ㅋ❤️(Cargo.toml 넣기 귀찮다. ㅋㅋ)

내인생PLUS 2022. 7. 26. 21:04
728x90
cargo add serde -F serde/derive && cargo add tokio -F tokio/full

serde = { version = "1.0.140", features = ["derive"] }
tokio = { version = "1.20.1", features = ["full"] }



1분 12초 참고

https://youtu.be/syS7QovmihY





내가 공부하려고 만든 영상

한글러스트Rust강의_033_Parsing JSON in Rust기초 cargo add활용법 features편하게 넣기 #rustlang #json #parsing
https://youtu.be/JW7rxZrjPnM




















반응형