oxsdatatypes 0.1.3

An implementation of some XSD datatypes for SPARQL implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
description = "An implementation of some XSD datatypes for SPARQL implementations\n"
edition = "2021"
homepage = "https://oxigraph.org/"
keywords = ["XSD"]
license = "MIT OR Apache-2.0"
name = "oxsdatatypes"
readme = "README.md"
repository = "https://github.com/oxigraph/oxigraph/tree/main/lib/oxsdatatypes"
rust-version = "1.60"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
[target."cfg(all(target_family = \"wasm\", target_os = \"unknown\"))".dependencies.js-sys]
version = "0.3"