5 unstable releases

new 0.8.0-rc1 Mar 19, 2024
0.7.1 Nov 24, 2023
0.7.0 Aug 25, 2023
0.7.0-rc1 Jul 13, 2023
0.6.0 Mar 30, 2023

#836 in Concurrency

Download history 1/week @ 2023-12-01 2/week @ 2024-02-16 10/week @ 2024-02-23 9/week @ 2024-03-01 11/week @ 2024-03-08 82/week @ 2024-03-15

113 downloads per month
Used in 3 crates

EUPL-1.2

615KB
15K SLoC

Mélodium engine crate

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.

Features

  • 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.

Dependencies

~6–17MB
~211K SLoC