melodium-core 0.9.2

Core implementation for compiled Mélodium elements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# Mélodium core crate

Core Mélodium components for compiled libraries.

This crate is aimed to be used by compiled Mélodium libraries,
in conjuction with [`melodium-macro`](https://docs.rs/melodium-macro/latest/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](https://docs.rs/melodium/latest/melodium/)
or the [Mélodium Project](https://melodium.tech/) 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.