Pointers (this includes values of reference type) in Rust have two components. (more…)
Read more »
A simplified markdown parsing library. Contribute to ikey4u/concisemark development by creating an account on GitHub. (more…)
Read more »
Rust allows us to do functional programming. One important thing in FP is being also to pass functions as parameters and also return functio... (more…)
Read more »
Whenever the complexity of a system increases, there will also be increased room for mistakes and errors. That means that whenever we… (more…)
Read more »