An open API service indexing awesome lists of open source software.

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.

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/