| Crates.io | nadi_core |
| lib.rs | nadi_core |
| version | 0.7.2 |
| created_at | 2024-03-12 04:55:02.178651+00 |
| updated_at | 2025-08-27 02:50:00.756964+00 |
| description | Core library for Nadi systems, for use by plugins |
| homepage | |
| repository | https://github.com/Nadi-System/nadi-system |
| max_upload_size | |
| id | 1170114 |
| size | 481,423 |
The Core library for all the other nadi-system to use as well as for the plugins to use.
The core library (=nadi_core=) will contain the core data structures and functions/methods to interact with the data structures.
For more info refer documentation.
Plugins for nadi-system can be written using the nadi_core.
For plugins:
cdylib crate type so that it compiles to a shared library (.so, .dll, .dynlib, etc).nadi_plugin crate) to export the plugin and the functions in it.For more details on the plugin development and examples, refer to nadi-plugins-rust repository.