oxsdatatypes 0.1.3

An implementation of some XSD datatypes for SPARQL implementations
Documentation
[package]
name = "oxsdatatypes"
version = "0.1.3"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["XSD"]
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/oxsdatatypes"
homepage = "https://oxigraph.org/"
description = """
An implementation of some XSD datatypes for SPARQL implementations
"""
edition = "2021"
rust-version = "1.60"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
js-sys = "0.3"

[package.metadata.docs.rs]
all-features = true