Packages

Parse ISO8601 date-times! But you should probably use RFC3339 instead

Current section

Files

Jump to
Raw

gleam.toml

name = "datetime_iso8601"
version = "1.0.0"
description = "Parse ISO8601 date-times! But you should probably use RFC3339 instead"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "datetime_iso8601" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
{ title = "ISO8601 format overview", href = "https://www.iso8601.com/" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.7.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.9.0 and < 2.0.0"