Crate crankit_time

source ·
Expand description

An ergonomic time API for the playdate

The traits ElapsedTime and AbsoluteTime describe the available API.

Feature flags

  • playdate-sys-v02 (default): provides implementations of the traits for the type ffi::playdate_sys and ffi::PlaydateAPI of the crate playdate-sys (version 0.2)

Traits

  • System capable of returning the absolute current time
  • System capable of tracking elapsed time since last reset