Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steveklabnik/livestream
- Owner: steveklabnik
- Created: 2020-08-18T22:15:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T23:07:13.000Z (about 4 years ago)
- Last Synced: 2024-12-01T19:36:25.216Z (22 days ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.