xtstate 0.1.1

A Rust library for managing and manipulating state in a functional programming style.
Documentation
1
2
3
# 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.