Crate dmntk_common[][src]

Expand description

Common definitions for components of Decision Model and Notation Toolkit.

Macros

null_with_trace

Creates a FEEL null value with additional tracing message.

Structs

Configuration

Configuration.

DmntkError

Common error definition used by all DMNTK components.

HRef

Reference to an element using href attribute.

ServerConfiguration

Server configuration.

Constants

DMNTK_COPYRIGHT

Copyright note.

DMNTK_EXECUTABLE

Name of the toolkit executable.

DMNTK_NAME

Name of the toolkit.

DMNTK_VERSION

Current version of the toolkit.

EXAMPLE_0001_CTX
EXAMPLE_0001_DTB
EXAMPLE_0002_CTX
EXAMPLE_0002_DTB

Traits

Feelify

Trait for converting a FEEL artifact into its FEEL representation.

Jsonify

Trait for converting a FEEL artifact into its JSON representation.

Stringify

Trait for converting a FEEL artifact into its TEXT representation.

Functions

get_configuration

Returns configuration.

Type Definitions

OptHRef

Optional reference to an element.

Result

Common result type