https://github.com/fenhl/rust-racetime
A Rust library to help you create chat bots for racetime.gg
https://github.com/fenhl/rust-racetime
rust-library speedrun
Last synced: about 1 year ago
JSON representation
A Rust library to help you create chat bots for racetime.gg
- Host: GitHub
- URL: https://github.com/fenhl/rust-racetime
- Owner: fenhl
- License: mit
- Created: 2021-02-07T16:19:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:24:32.000Z (about 1 year ago)
- Last Synced: 2025-03-27T14:54:58.443Z (about 1 year ago)
- Topics: rust-library, speedrun
- Language: Rust
- Homepage: https://crates.io/crates/racetime
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![crates.io badge]][crates.io link] [![docs.rs badge]][docs.rs link]
[crates.io badge]: https://img.shields.io/crates/v/racetime.svg?style=flat-square
[crates.io link]: https://crates.io/crates/racetime
[docs.rs badge]: https://img.shields.io/badge/docs-online-dddddd.svg?style=flat-square
[docs.rs link]: https://docs.rs/racetime
This is a [Rust](https://rust-lang.org/) library to help you create chat bots for [racetime.gg](https://racetime.gg/).
Some of the code is based on the Python library at .