코딩Coding/한글Rust강의★내가★공부하려고만듬
-
C코드를 Rust코드에 끼어 넣기❤️코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 29. 16:23
https://docs.rust-embedded.org/book/interoperability/c-with-rust.html A little C with your Rust - The Embedded Rust Book Using C or C++ inside of a Rust project consists of two major parts: Wrapping the exposed C API for use with Rust Building your C or C++ code to be integrated with the Rust code As C++ does not have a stable ABI for the Rust compiler to target, it is recom docs.rust-embedded.o..
-
UnsafeRust기본 룰을 이해하자❤Const Eval(Un)Safety Rules | Rust Blog코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 27. 12:24
https://blog.rust-lang.org/2022/09/15/const-eval-safety-rule-revision.html Const Eval (Un)Safety Rules | Rust Blog Empowering everyone to build reliable and efficient software. blog.rust-lang.org
-
UnsafeRust기본 룰을 이해하자❤Const Eval(Un)Safety Rules | Rust Blog코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 27. 12:20
https://blog.rust-lang.org/2022/09/15/const-eval-safety-rule-revision.html Const Eval (Un)Safety Rules | Rust Blog Empowering everyone to build reliable and efficient software. blog.rust-lang.org
-
Make RwLockReadGuard covariant코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 26. 20:23
Make RwLockReadGuard covariant https://github.com/rust-lang/rust/pull/96820/ Make RwLockReadGuard covariant by r-raymond · Pull Request #96820 · rust-lang/rust Hi, first time contributor here, if anything is not as expected, please let me know. RwLockReadGoard's type constructor is invariant. Since it behaves like a smart pointer to an immutable reference... github.com
-
Sizedness in Rust집중훈련?Size 이런거 공부하기코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 9. 26. 20:21
Sizedness in Rust https://github.com/pretzelhammer/rust-blog/blob/master/posts/sizedness-in-rust.md GitHub - pretzelhammer/rust-blog: Educational blog posts for Rust beginners Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub. github.com