livesplit-core 0.13.0

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Documentation
1
2
3
4
5
6
//! The networking module provides functionality to communicate with various
//! speedrunning related websites, such as Splits.io to upload and download runs
//! and Speedrun.com to query and submit to the leaderboards of most games. The
//! module is optional and is not compiled in by default.

pub mod splits_io;