Crates.io | melodium-core |
lib.rs | melodium-core |
version | 0.8.0 |
source | src |
created_at | 2023-03-30 09:27:17.984344 |
updated_at | 2024-05-02 15:03:07.725715 |
description | Core implementation for compiled Mélodium elements |
homepage | https://melodium.tech |
repository | https://gitlab.com/melodium/melodium |
max_upload_size | |
id | 824914 |
size | 33,694 |
Core Mélodium components for compiled libraries.
This crate is aimed to be used by compiled Mélodium libraries,
in conjuction with melodium-macro
.
Core Mélodium types are exposed here, and base descriptors
for built-in elements are provided within the descriptor
module.
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.