Ecosyste.ms: Awesome

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

https://github.com/chriskrycho/newrustacean.com

The official website for the New Rustacean podcast
https://github.com/chriskrycho/newrustacean.com

cargo podcast programming programming-language rust-lang

Last synced: 4 months ago
JSON representation

The official website for the New Rustacean podcast

Lists

README

        

# New Rustacean

This is a *slightly ridiculous* approach to building a podcast hosting setup using
Rust's documentation tools, for the [New Rustacean] podcast. I'm making the
site source publicly available so that others can follow along and learn from
my successes, failures, and various misadventures along the way. Feel free to
submit pull requests if you find typos or the like!

[New Rustacean]: https://newrustacean.com

I hope to evolve the structure here based on what will hopefully *become* the
structure for sites generated with `cargo doc` in the future, with
supplementary/guide-like material living in the `src/doc` directory. For an
example of existing repositories which use this structure, see [rust-lang/rust]
and [rust-lang/cargo].

[rust-lang/rust]: https://github.com/rust-lang/rust
[rust-lang/cargo]: https://github.com/rust-lang/cargo