- Idiomatic Rust (for C++ Devs): Constructors and Conversions https://geo-ant.github.io/blog/2023/rust-for-cpp-developers-constructors/ 15 comments rust
Linked pages
- C++ Core Guidelines https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-global 228 comments
- Vec in std::vec - Rust https://doc.rust-lang.org/std/vec/struct.Vec.html#guarantees 100 comments
- Clippy Lints https://rust-lang.github.io/rust-clippy/master/index.html#logic_bug 77 comments
- Copy in std::marker - Rust http://doc.rust-lang.org/std/marker/trait.Copy.html#when-should-my-type-be-copy? 35 comments
- From in std::convert - Rust https://doc.rust-lang.org/std/convert/trait.From.html 33 comments
- Understanding #[derive(Clone)] in Rust - Stegosaurus Dormant https://stegosaurusdormant.com/understanding-derive-clone/ 22 comments
- TryInto in std::convert - Rust https://doc.rust-lang.org/std/convert/trait.TryInto.html 17 comments
- CString in std::ffi - Rust https://doc.rust-lang.org/std/ffi/struct.CString.html#method.as_ptr 14 comments
- Rc in std::rc - Rust https://doc.rust-lang.org/std/rc/struct.Rc.html 3 comments
- Add in std::ops - Rust https://doc.rust-lang.org/std/ops/trait.Add.html 3 comments
- std::expected - cppreference.com https://en.cppreference.com/w/cpp/utility/expected 1 comment
Related searches:
Search whole site: site:geo-ant.github.io
Search title: Idiomatic Rust (for C++ Devs): Constructors & Conversions – Geo's Notepad – Mostly Programming and Math
See how to search.