Expand description
Contains the TimeLike struct, used to indicate strings that contain timestamps which can
be parsed using TimeLike.parse (if the chrono feature is enabled, otherwise the method
is not implemented).
Modules§
Structs§
- Time
Like - Represents a timestamp provided by the Brawl API. If the
chronofeature is enabled (it is by default), then it is possible to use helper methods to convert it tochronodata structures - seeTimeLike.parse(this is recommended, as it is aware of the correct format).