xtstate 0.1.1

A Rust library for managing and manipulating state in a functional programming style.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "xtstate"
version = "0.1.1"
edition = "2024"
authors = ["Giorgos Ntemiris <ntemirisgiorgos3@gmail.com>"]
description = "A Rust library for managing and manipulating state in a functional programming style."
license = "MIT"
repository = "https://github.com/gntem/xtstate"
readme = "README.md"
keywords = ["state"]

[dependencies]
chrono = "0.4.41"