fn main()
(Move to ...)
Home
▼
Tuesday, August 1, 2023
Python to Rust
›
1.Error handling - Rust vs Python Every programming language come up with strategies to handle recoverable and unrecoverable errors. Mos...
Wednesday, May 4, 2022
Rust bare metal programming
›
If you are a Rust enthusiast and looking for something to read and try. I would recommend https://os.phil-opp.com/minimal-rust-kernel The ...
Friday, April 15, 2022
Type-Driven API Design in Rust by Will Crichton
›
I think that below video is one of the must seen video before reading any source code in Rust language. I was confused with this Trait futur...
Saturday, March 19, 2022
Rust- Generic type T is super set of &T and &mut T
›
T includes both & T and &mut T I had a misconception in Rustlang that the generic types &T and &mut T are not subset of ge...
Saturday, February 5, 2022
May be Rust can speed Django projects ?
›
I was trying to plugin pyo3 build Rust '.so' files(dynamic libraries) to Django. Looks like its not that difficult, we can copy and ...
›
Home
View web version