docs.rs failed to build sdml-core-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sdml-core-0.4.1
Crate sdlm_core
Rust in-Memory model of the Simple Domain Modeling Language (SDML).
Changes
Version 0.1.6
- Updated parser with grammar changes in tree-sitter-sdml v0.1.26
Version 0.1.5
- Created a
stdlib
module and moved all the SDML and relevant RDF files into it. - Updated model to the same level as
tree-sitter-sdml
version0.1.21
. - Updated
tree-sitter-sdml
dependency with updated constraints.- Renamed
TypeDefinition
toDefinition
to address the fact that property definitions aren't types. - Renamed
EnumVariant
toValueVariant
to align withTypeVariant
on unions. This required change to walker methods.
- Renamed
Version 0.1.4
Previously part of a single crate sdml.