Refer to the crate level documentation to learn more.
Example usage:
use import_namespace;
use Config;
// Dynamically linked modules will use `my_javy_plugin_v1` as the import
// namespace.
import_namespace!;
pub extern "C"
Publishing to crates.io
To publish this crate to crates.io, run ./publish.sh
.