How to create neat online books with mdBook (Rust Crate)

mdBook is a very easy to use (even for non-programmers) command line tool and Rust crate that can be used to create very clean, mobile friendly online books, using Markdown files. It’s very similar to Gitbook but written in Rust. If you dislike the whole corporate structure BS behind Gitbook and/or you just want a… Continue reading How to create neat online books with mdBook (Rust Crate)

Rust Programming Language: From 0 to publishable, well-documented Crate

As software projects grow in size and/or time, organization and documentation of code becomes increasingly important. We humans tend to forget things and keeping track of an entire program structure naturally becomes more and more difficult as the project evolves. By grouping related functionality and separating code with distinct features, it is easier to find… Continue reading Rust Programming Language: From 0 to publishable, well-documented Crate