aboutsummaryrefslogtreecommitdiffstats
path: root/samples/rust
AgeCommit message (Expand)AuthorFilesLines
2024-04-16rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho1-2/+2
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-3/+3
2023-04-10samples: rust: print: Add sample code for Arc printingBoqun Feng1-0/+26
2022-12-04rust: macros: take string literals in `module!`Gary Guo2-8/+8
2022-12-01rust: samples: add `rust_print` exampleMiguel Ojeda3-0/+65
2022-09-28samples: add first Rust examplesMiguel Ojeda8-0/+105