expose new api

This commit is contained in:
Valery Antopol 2023-04-21 20:26:44 +03:00
parent 729b45a1c8
commit 0ea37025ff

View File

@ -22,6 +22,7 @@ mod tests;
pub use errors::ManifestError;
pub use manifest_extractor::extract_from_path;
pub use manifest_extractor::extract_from_bytes;
pub use manifest_extractor::extract_from_module;
pub use manifest_extractor::extract_from_compiled_module;
pub use module_manifest::ModuleManifest;