RustBooks
RustBooks copied to clipboard
Some ideas for this project
I think it would be nice to:
-
Create a new release every time a new book is added/something significant changes (for watching this repository, subscribing to updates)
-
have a more interactive way of discovering the books
- for this it might be worth to either create a book with
mdbook
and have a chapter for each book - or create a website and store the information within a
books.json
and give each book a category (concurrency, beginners, etc.) so we could apply filters to it - would make a great starting (meaning a lower entry barrier) resource for the community like that
- for this it might be worth to either create a book with
@sger How do you feel about it? Would love to help if you need it. 👍🏽
cool suggestions @simonsan feel free to open a PR with the suggestions.
Just adding my 2 cents. I've not played around with RSS much but maybe that could also work? I don't know if mdbook supports RSS but zola does. I've not used RSS with it but I know that it has it to publish notification for like blog posts and so on, maybe that might be an option as well. If you think this approach would be good I can look more into the RSS with zola.