hail_core 0.3.0

a library for implementing a speedrun timer
Documentation
1
2
3
4
5
6
7
8
9
## hail core

this is a crate that contains the core timing and state functionalities of hail. you could pretty easily use this to implement another
speedrun timer, if you wanted to.

it also contains the hail run type and the serialization/deserialization of hail run files. if you want to include parsing or writing
hail runs in your application, this is the canonical way to do that.

the only feature is `serde` which enables the aforementioned serialization and deserialization code, as well as the related dependencies.