Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

adagio256/book

Repository files navigation

The Little Book of Rust Books

A catalogue of Rust mdbooks.

Pull Requests

Pull requests are welcome. Please ensure they conform to the conventions described below.

Viewing

See the rendered book.

Development

Install mdbook:

cargo install mdbook

Build the book:

mdbook build

The generated files are in the book directory.

View the built book:

mdbook serve

This will launch a local web server to serve the book. Navigate to localhost:3000 in a web browser. While the web server is running, the rendered book will automatically update if the source files change.

Conventions

Each entry is of the form:

* [The Literal Title of The Book](https://a-link-to-the/book/) - an optional comment if the title isn't self-explanatory

The .editorconfig file captures basic source files formatting conventions. Many editors support this file natively; others (such as VS code) require a plugin, see https://editorconfig.org/.

The default branch is main. See Renaming the default branch from master for the rationale.

Commit logs should describe the specific changes made by a commit. See How to Write a Git Commit Message.

Deployment

The book is deployed to the gh-pages branch by CI on a push to the main branch.

About

The Little Book of Rust Books

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /