mercust-spec-reader

Crates.iomercust-spec-reader
lib.rsmercust-spec-reader
version0.0.1
sourcesrc
created_at2023-10-20 14:31:19.297441
updated_at2023-11-01 09:33:53.162373
descriptionRust implementation for loading Mercury objects from language-agnostic representations defined by Mercury.
homepage
repositoryhttps://github.com/mercury-ai-framework/mercust-spec-reader
max_upload_size
id1009039
size115,248
Yiming Gong (Trent-Fellbootman)

documentation

README

mercust-spec-reader

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
};
Commit count: 0

cargo fmt