spacecell 0.1.0

Datetime library with ISO8601/RFC3339 parsing, calendar arithmetic, and business day calculations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "spacecell"
version = "0.1.0"
edition = "2024"
authors = ["pbower"]
description = "Datetime library with ISO8601/RFC3339 parsing, calendar arithmetic, and business day calculations"
license = "Apache-2.0"
documentation = "https://docs.rs/spacecell"
readme = "README.md"
keywords = ["datetime", "calendar", "iso8601", "rfc3339", "business-days"]
categories = ["date-and-time", "no-std"]
rust-version = "1.85"

[dependencies]