Skip to main content

Crate dsntk_common

Crate dsntk_common 

Source
Expand description

§Common definitions

§Overview

Common definitions used by dsntk crate.

Structs§

DsntkError
Common error definition.
HRef
URI reference used for utilizing href attribute.

Traits§

Jsonify
Trait for converting a FEEL artifact into its JSON representation.
ToErrorMessage
Common trait to be implemented by structs defining a specific error.

Functions§

encode_segments
Returns a string with URL encoded path segments.
gen_id
Returns a string representation of a random UUID v4.
to_rdnn
Converts an URI into its RDNN-like equivalent.
to_uri

Type Aliases§

Result
Common result type.
Uri