Crates.io | sdml-errors |
lib.rs | sdml-errors |
version | 0.3.1 |
source | src |
created_at | 2024-06-28 03:34:46.866878 |
updated_at | 2024-10-14 16:13:16.276752 |
description | Simple Domain Modeling Language (SDML) errors and diagnostics. |
homepage | |
repository | https://github.com/johnstonskj/rust-sdml.git |
max_upload_size | |
id | 1286430 |
size | 81,133 |
#+TITLE: Package sdml-error #+AUTHOR: Simon Johnston #+EMAIL: johnstonskj@gmail.com #+LANGUAGE: en #+STARTUP: overview hidestars inlineimages entitiespretty #+OPTIONS: author:nil created:nil creator:nil date:nil email:nil num:3 toc:nil
Rust Library containing the error and diagnostic types for the Simple Domain Modeling Language (SDML).
[[https://crates.io/crates/sdml_errors][https://img.shields.io/crates/v/sdml_errors.svg]] [[https://docs.rs/sdml_errors][https://img.shields.io/docsrs/sdml_errors.svg]]
This package is part of the Rust SDML project and specifically defines the error and diagnostic types for the project. 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.
#+CAPTION: Package Organization #+BEGIN_EXAMPLE ╭───────╮ │ CLI │ ╔══ │ crate │ ══╗ ║ ╰───────╯ ║ ┌╌╌╌╌╌╌╌╌┐ V V ┆ ┆ ╭───────╮ ╭──────────╮ Formatted Source ┆ source ┆ ══> │ parse │ ══> │ generate │ ══> RDF Representation ┆ file ┆ ╭───│ crate │───────│ crate │───╮ Documentation ┆ ┆ │ ╰───────╯ ╰──────────╯ │ Diagrams └╌╌╌╌╌╌╌╌┘ │ core/errors crate │ ╰──────────────────────────────────╯ ┌───────┐ ⋀ │ other │ ║ │ tools │ ════════════════╝ └───────┘ #+END_EXAMPLE
Version 0.3.1
LanguageTagError
variant for external error type.Template
variant for external error type..
Version 0.3.0
Version 0.1.6
Version 0.1.5
Version 0.1.4
Version 0.1.3
Version 0.1.2
Version 0.1.1
Version 0.1.0
Initial Release.