https://github.com/bluk/corrosion
Thoughts, insights, ramblings, rants, and more about the Rust programming language and related topics.
https://github.com/bluk/corrosion
Last synced: 20 days ago
JSON representation
Thoughts, insights, ramblings, rants, and more about the Rust programming language and related topics.
- Host: GitHub
- URL: https://github.com/bluk/corrosion
- Owner: bluk
- License: other
- Created: 2022-01-07T15:57:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T18:57:20.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T19:38:10.491Z (10 months ago)
- Language: Handlebars
- Homepage: https://corrosion.bryantluk.com/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Corrosion
A site with some thoughts about the [Rust][rust-lang] programming language and
related topics such as design, performance, and the surrounding ecosystem.
Jotting down my thoughts at the time I am writing them. Perhaps interesting to
you, but perhaps not.
## Build
The contents are currently intended to be used with [mdBook][mdBook].
To build the site:
```
mdbook build
```
The `book` directory will contain the output of the build.
## License
Licensed under [Creative Commons Attribution-NonCommercial 4.0 International
Public License][LICENSE]. You can find a summary of the license on
the [Creative Commons site][CC_BY_NC_4_0].
[rust-lang]: https://www.rust-lang.org
[mdBook]: https://github.com/rust-lang/mdBook
[LICENSE]: LICENSE
[CC_BY_NC_4_0]: https://creativecommons.org/licenses/by-nc/4.0/