Crates.io | sdml-generate |
lib.rs | sdml-generate |
version | |
source | src |
created_at | 2023-08-01 16:42:00.380702+00 |
updated_at | 2025-03-10 19:45:46.671896+00 |
description | Simple Domain Modeling Language (SDML) generated Artifacts |
homepage | |
repository | https://github.com/johnstonskj/rust-sdml.git |
max_upload_size | |
id | 932024 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
Rust Library of artifact generators from the Simple Domain Modeling Language (SDML).
[[https://crates.io/crates/sdml_generate][https://img.shields.io/crates/v/sdml_generate.svg]] [[https://docs.rs/sdml_generate][https://img.shields.io/docsrs/sdml-generate.svg]]
This package is part of the Rust SDML project and specifically defines the model-to-other generators 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-parse
.sdml-core
.Generator
trait.doc-book
to create a more complex documentation
output for a collection of modules.
doc
code to be reused by doc-book
.common
module for low-level formatting traits.sdml-errors
and sdml-core
.sdml_error
to sdml-errors
.sdml-core
.DiagramContentFilter
.
This release does not use the content filter yet, it is to elicit feedback on the provided filters.
sdml_core
version 0.2.14
and the new ModelStore
trait.HeaderValue
type in core.write_to_string_in_format
was previously calling
write
, not write_in_format
.convert::source
fixed to turn off colorization.0.2.10
for new stdlib names.console
to color
.color::rdf
module for helper functions.convert::rdf
to output colorized listings.ModuleCache
as parameter to methods on the GenerateToFile
and
GenerateToWriter
traits.source
generator to show file source, including elided
versions.-->
should be ->
.console
module to manage global color flag.sdml_parse
.test_examples.rs
file so that the macros can take multiple
generators for testing.generate_dependency_tree
for all import_*
test cases."-"
with "__"
as qualified identifier replacement.ValueVariant
numeric values.tree-sitter-sdml
to pick up changes in highlighting.sdml-core
to pick up changes in
Cardinality::to_uml_string
.sdml-core
.sdml-core
.Previously part of a single crate sdml.