korken89 / fugit

`fugit` provides a comprehensive library of `Duration` and `Instant` for the handling of time in embedded systems, doing all it can at compile time.
Apache License 2.0
55 stars 16 forks source link

Make proper documentation with a book #28

Open korken89 opened 2 years ago

korken89 commented 2 years ago

I'd like to have a small mdbook for fugit showing how to use it. There is enough const generics shenanigans that would be great to have examples for, as reading the code is ... not trivial.

If anyone feels like helping here, even just setting up the structure, I'd greatly welcome it!