Crate dsntk_common

Source
Expand description

§Common definitions

Structs§

DsntkError
Error definition used by all components.
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