xtstate 0.1.1

A Rust library for managing and manipulating state in a functional programming style.
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented1 out of 5 items with examples
  • Size
  • Source code size: 15.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 569.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ashforge-rs/xtstate
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gntem

XTState

XTState is a flexible, thread-safe Rust library for managing and tracking named boolean slots and their activation history. It is useful for feature flag management, workflow tracking, distributed system coordination, and event synchronization, providing a simple API and timestamped state changes.