Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrc/error-docs
Documentation of Rust error handling
https://github.com/nrc/error-docs
Last synced: 17 days ago
JSON representation
Documentation of Rust error handling
- Host: GitHub
- URL: https://github.com/nrc/error-docs
- Owner: nrc
- License: cc-by-4.0
- Created: 2022-05-04T08:35:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T18:50:59.000Z (over 1 year ago)
- Last Synced: 2024-08-05T15:07:16.600Z (3 months ago)
- Size: 5.58 MB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nrc's error docs
Read the [rendered book](https://nrc.github.io/error-docs).
To read, start at the [introduction](intro.md) or see the contents in [SUMMARY.md](SUMMARY.md).
## Building
You'll need to install [mdbook](https://rust-lang.github.io/mdBook/), the easiest way is `cargo install mdbook`.
Then, `mdbook build` to build and `mdbook serve` to serve up a local copy.
## Contributing
Contributions are welcome!
If you notice an error (lol) or think something could be improved, please open an [issue](https://github.com/nrc/error-docs/issues/new) or PR.
These docs are licensed under CC-BY-4.0.