Crates.io | sdml-json |
lib.rs | sdml-json |
version | 0.4.1 |
created_at | 2025-04-15 21:46:45.572822+00 |
updated_at | 2025-04-15 21:46:45.572822+00 |
description | Simple Domain Modeling Language (SDML) JSON I/O. |
homepage | |
repository | https://github.com/johnstonskj/rust-sdml.git |
max_upload_size | |
id | 1635308 |
size | 123,836 |
Simple Domain Modeling Language (SDML) JSON I/O.
[[https://crates.io/crates/sdml_json][https://img.shields.io/crates/v/sdml_generate.svg]] [[https://docs.rs/sdml_json][https://img.shields.io/docsrs/sdml-generate.svg]]
This package is part of the Rust SDML project and specifically defines the JSON mapping for SDML modules. The project's intent is to provide an idiomatic implementation of the in-memory model, parser, generators, and the CLI tool.
The following figure demonstrates this package in the broader project context.
sdml-generate
.objio
for the interface rather than the Generator
trait from the
sdml-generate
crate.sdml-tera
.