Skip to content

mexus/rust-plugin-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin-mgmt-0.1.0

Dynamic plugin management helper. Experiments over dynamic plugins in Rust.

To see the example in action (on linux):

% cd $(git rev-parse --show-toplevel)
% cargo build
% ./target/debug/example-application ./target/debug/libplugin_example.so

Allocations

By default the library enforces the System allocator to be used by setting it explicitly via #[global_allocator].

If this behaviour is undesired and you know what you're doing, use this library with a feature no_enforce_system_allocator activated.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Experiments over dynamic plugins in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages