dsntk-model

Crates.iodsntk-model
lib.rsdsntk-model
version
sourcesrc
created_at2023-11-05 14:33:34.621724+00
updated_at2025-02-20 16:56:08.762537+00
descriptiondsntk | Decision Toolkit | DMN model and parser
homepage
repositoryhttps://github.com/DecisionToolkit/dsntk-rs.git
max_upload_size
id1026016
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
core (github:decisiontoolkit:core)

documentation

https://docs.rs/dsntk-model

README

dsntk | Decision Toolkit

DMN model and parser

Crates.io docs Code coverage
build Linux build Windows build MacOs
MIT licensed Apache 2.0 licensed Contributor Covenant

Overview

DMN™ model used by components of dsntk crate.

This crate implements:

  • a model as defined in the DMN™ specification,
  • a parser for loading DMN™ models from XML interchange format.

License

Licensed under either of

at your option.

Contribution

Any contributions to Decision Toolkit are greatly appreciated. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 434

cargo fmt