timekeep-rs 0.1.0

A Rust library for efficient and reliable timekeeping functionalities, providing data structures and methods for creating, manipulating, and performing set operations on intervals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "timekeep_rs"
path = "src/lib.rs"

[package]
authors = ["Miguel Borges <miguel.borges@hotmail.com>"]
description = "A Rust library for efficient and reliable timekeeping functionalities, providing data structures and methods for creating, manipulating, and performing set operations on intervals."
documentation = "https://docs.rs/timekeep-rs"
edition = "2021"
homepage = "https://github.com/mikebrgs/timekeep-rs"
license = "MIT"
name = "timekeep-rs"
readme = "README.md"
repository = "https://github.com/mikebrgs/timekeep-rs.git"
version = "0.1.0"