| Crates.io | mercust-spec-reader |
| lib.rs | mercust-spec-reader |
| version | 0.0.1 |
| created_at | 2023-10-20 14:31:19.297441+00 |
| updated_at | 2023-11-01 09:33:53.162373+00 |
| description | Rust implementation for loading Mercury objects from language-agnostic representations defined by Mercury. |
| homepage | |
| repository | https://github.com/mercury-ai-framework/mercust-spec-reader |
| max_upload_size | |
| id | 1009039 |
| size | 115,248 |
Rust implementation for loading Mercury objects (manifests, filters, etc.) from language-agnostic representations defined by Mercury.
Usage:
use mercust_spec_reader::{
manifest_element_from_spec_xml,
filter_element_from_spec_xml
};