Crates.io | nadi_core |
lib.rs | nadi_core |
version | 0.4.0 |
source | src |
created_at | 2024-03-12 04:55:02.178651 |
updated_at | 2024-10-17 02:16:48.569139 |
description | Core library for Nadi systems, for use by plugins |
homepage | |
repository | https://github.com/Nadi-System/nadi_core |
max_upload_size | |
id | 1170114 |
size | 145,354 |
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.