xmlns

Crates.ioxmlns
lib.rsxmlns
version0.1.1
sourcesrc
created_at2019-09-19 11:45:58.648212
updated_at2020-09-21 08:18:09.248439
description(List of) Well-Known XML Namespaces
homepage
repositoryhttps://github.com/xiphoseer/xmlns.rs
max_upload_size
id165951
size70,299
Daniel Seiler (Xiphoseer)

documentation

https://docs.rs/xmlns

README

Well-Known XML Namespaces

This crate contains &'static str constants for many well-known XML namespaces (i.e. used not only within a single company and/or in public documents/APIs). You can use this crate when implementing a namespace-aware XML processor and want to provide some namespaces with first-class support.

You may also find this useful as a structured tree/list of XML namespaces that are used in the wild. The namespaces are sorted by the organization that registered, submitted or defined them, not necessarily by the actual URI used as the name. If an organization defined a lot of namespaces, they are grouped into separate modules.

Note that when using this crate, only the strings that are actually used will be included in a generated binary. This is the default behavior of the rust compiler and not something to be configured in this crate.

If you find any namespace missing, feel free to file an issue.

Commit count: 1

cargo fmt