939 reads
2 comments
·Jun 27, 2024
Jun 27, 2024
What's your thoughts on Rust? Do you think something like this could have been achieved? I'd have loved to see such an extremely well-optimized device in pure Rust.
·
·1 reply
Author
·Sep 5, 2024
I know there is a rust bare metal project, but honestly I feel that something like Zig would be more appropriate. Embedded involves a lot of unsafe memory accesses as a matter of course, and frequently entire chunks of memory are manually handed off to the DMA engine for processing, and I am not sure how Rust's ownership mechanics would have handled that!
·