코딩Coding/Rust☑︎Release☀︎Notes_New◎Version
-
awesome Rust ❤️- 러스트 최신 정보 얻기코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 6. 26. 23:29
https://rust.libhunt.com/ Awesome Rust | LibHunt Your go-to Rust Toolbox. A curated list of Rust libraries and resources. 631 projects organized into 235 categories. rust.libhunt.com 다른건 Whatrustisit https://www.whatrustisit.com/ What Rust is it? www.whatrustisit.com Awesome C++ ❤️내가 알고 싶은 C++ 다 있다. ❤️ - https://economiceco.tistory.com/m/14281 Awesome C++ ❤️내가 알고 싶은 C++ 다 있다. ❤️ https://github.c..
-
Rust 1.63에서 생기는 멋진 기능들코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 6. 26. 23:22
https://twitter.com/m_ou_se/status/1538234055329718273?s=20&t=9H-wQu03uLWMGVLa7x-vEA 트위터에서 즐기는 Mara Bos “🦀 The standard library of @rustlang 1.63 ships with a long-awaited feature: scoped threads! Unlike thread::spawn(), this new feature allows threads to borrow local variables, instead of only 'static ones. 🎉 (Rust 1.63 will be released on August 11 twitter.com https://doc.rust-lang.org/nightly..
-
Rust 1.63: Scoped Threads코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 6. 19. 22:00
Rust 1.63: Scoped Threads https://www.reddit.com/r/rust/comments/vftc28/rust_163_scoped_threads/?utm_source=share&utm_medium=ios_app&utm_name=iossmf Rust 1.63: Scoped Threads Posted in r/rust by u/Philpax • 69 points and 2 comments www.reddit.com
-
rust 1.61.0 Realeases릴리즈노트코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 5. 25. 14:14
https://github.com/rust-lang/rust/blob/1.61.0/RELEASES.md GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software. Empowering everyone to build reliable and efficient software. - GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software. github.com
-
rust)_cargo에 toml입력해 줄때 정확한 버젼을 넣어야 하는 이유..그냥 최신 버젼으로 잘 넣어주자코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 5. 1. 10:52
PSA: Please specify precise dependency versions in Cargo.toml kornel Feb 3 When you specify dependency requirements, please include the patch version: Cargo works well with versions specified this way. It is future-proof: the specified version is only the the minimum version, and still allows upgrades of minor versions. Cargo also unifies versions with the same semver-major number, so when two c..
-
rust1.60.0❤️]sort_by_cached_key & 예전에 있던 abs 결합한 예제코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 4. 30. 18:57
https://github.com/rust-lang/rust/pull/89621 doc: guarantee call order for sort_by_cached_key by digama0 · Pull Request #89621 · rust-lang/rust slice::sort_by_cached_key takes a caching function f: impl FnMut(&T) -> K, which means that the order that calls to the caching function are made is user-visible. This adds a clause to the document... github.com abs절대값 만드는 메소드 https://doc.rust-lang.org/c..
-
rust 1.60.0_❤️RELEASES노트 업데이트 내용__과거까지 잘 정리되어 있음 ㅎㅎ최고!!!코딩Coding/Rust☑︎Release☀︎Notes_New◎Version 2022. 4. 30. 18:41
https://github.com/rust-lang/rust/blob/master/RELEASES.md GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software. Empowering everyone to build reliable and efficient software. - GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software. github.com 목록 처럼 쭉 나온다. 역시 블로그 구만!! https://blog.rust-lang.org/ The Rust Programming Language Blog Emp..