Crates.io | melodium-engine |
lib.rs | melodium-engine |
version | 0.8.0 |
source | src |
created_at | 2023-03-30 09:27:49.880848 |
updated_at | 2024-05-02 15:03:45.169289 |
description | Mélodium core engine and executor implementation |
homepage | https://melodium.tech |
repository | https://gitlab.com/melodium/melodium |
max_upload_size | |
id | 824915 |
size | 284,049 |
Mélodium core engine implementation.
This crate provides the core Mélodium engine. The descriptor module provides descriptors allowing design to be made. Everything needed to design models and treatments is provided in the designer module. The design module provides purely descriptive design without mutable interaction.
The engine trait provides interactions with a core Mélodium engine, that can be instancied through new_engine function.
Look at the Mélodium crate or the Mélodium Project for more detailed information.
doc
(disabled by default): enables documentation management of elements, when disabled documentation
and set_documentation
functions will still be present but respectively return empty string and do nothing.