Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steveklabnik/livestream

the source of the stuff I do on twitch.tv
https://github.com/steveklabnik/livestream

Last synced: 7 days ago
JSON representation

the source of the stuff I do on twitch.tv

Awesome Lists containing this project

README

        

# Steve Klabnik's Livestream

Hi there! 👋 This is the repository I use to [stream some Rust
programming][stream]. I stream at [5:15 CST on Tuesdays][stream-time],
usually for between an hour and two hours. I may start streaming at other
days or times in the future, and every once in a while I'll do something
different as a one-off.

Right now, I am re-building the [semver crate][semver-crate]. I've been meaning
to get it to 1.0.0 for years, and we're going to be doing that together.

This repository is where I'm pushing up the code after each session, but it's
also a place where [you can open issues][issues] or comment on them if you'd
like to ask a question I didn't cover on stream, or influence what I decide
to work on next.

[stream]: https://www.twitch.tv/steveklabnik
[stream-time]: https://everytimezone.com/?t=5f31df80,537
[semver-crate]: https://crates.io/crates/semver
[issues]: https://github.com/steveklabnik/livestream/issues

## Current work

I am currently working on implementing wildcard ranges.