Crate iri_s

Crate iri_s 

Source
Expand description

IRI simple wrapper

This module contains a simple wrapper to work with IRIs The main goal is that we can use a simple interface to work with IRIs which could be adapted to different implementations in the future if needed.

The library provides the macro iri to create IRIs from strings.

Re-exports§

pub use iris::*;
pub use iris_error::*;
pub use mime_type::*;

Modules§

iris
iris_error
mime_type

Macros§

iri
iri_once
This macro creates a static variable that is initialized once and can be accessed globally.
static_once
This macro creates a static variable that is initialized once and can be accessed globally.