-
The style guide [mentiones](https://github.com/google/comprehensive-rust/blob/main/STYLE.md#vertical-space) presentation use case for the course. That means much inconvenience while dealing with very …
-
First of all, thanks for writing this book, it was a great help getting Rust code to run on my Cortex M4. :+1:
While experimenting with my code, I found a way how it can be compiled with optimizatio…
-
The recipes has long struggled to have the same look and feel as the rest of devhub. This is due largely to recipes being built on mdbook and the rest of devhub being in docusaurus. This differentiati…
-
We cluld have quizzes in our docs.
That would help the learner and could provide us with insights as to where people struggle to learn slint.
https://github.com/cognitive-engineering-lab/mdbook-…
-
First, I'm not approving "Act on your behalf" to comment. That's *way* too broad.
> let's consider the crates providing macros to instantiate a HashMap object
It's now [`[(a, b), (c, d)].into()…
-
I'm coming from the Angular world, and having rxjs operators is a blast.
After reading the book I'm not quite sure how to implement some of the operators, such as combining signal updates with wal…
-
Hi All,
I had been planning to write a book on building Forth for quite a well but never quite got around to it. That was back in 2016 before I knew Forthhub existed. Since communities like Clojure…
-
I converted some old Markdown documentation to use mdbook. My SUMMARY-like file (that I renamed) was previously pointing at online links (not that that's a good idea, but bear with me), so it looked s…
-
This command would amalgamate models and data files into their compiled versions in the `dist` directory. The first one to be called will be the the sliderule-rs `build_bom` function from the issue [h…
-
`cargo new` already creates a structured project (folders, etc...).
Wouldn't be it nice to create a section/page/idioms/ devoted to best practices of code organisation? For example how to struct mod…