Skip to content

Releases: LechevSpace/embedded-fps

v0.1.0

16 Jun 07:38
cd19915
Compare
Choose a tag to compare

The first release of embedded-fps 🎉!

  • FPS - struct for counting frames per second on embedded devices - no_std & no alloc
  • StdClock (with the feature std) - an embedded_time::Clock implementation using std for usage where std is available. Capable of ~594 years of representable time.

Read the full documentation at: https://docs.rs/embedded-fps/0.1.0/embedded_fps

Full Changelog: https://github.com/LechevSpace/embedded-fps/commits/v0.1.0