aanyx 0.2.0

With this crate, you can easily create a modular Rust application that can dynamically load functions and plugins at runtime.
Documentation
[[bench]]
harness = false
name = "aanyx-system"

[build-dependencies.rustc_version]
version = "0.4.0"

[dependencies.libloading]
version = "0.8.0"

[dependencies.paste]
version = "1.0.12"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[package]
authors = ["Andrea Alfonsi"]
description = "With this crate, you can easily create a modular Rust application that can dynamically load functions and plugins at runtime."
edition = "2021"
exclude = ["plugin-test"]
keywords = ["plugin"]
license-file = "LICENSE"
name = "aanyx"
readme = "README.md"
repository = "https://github.com/andrea-alfonsi/nyx"
version = "0.2.0"