marxml 0.0.0

Fast markdown + XML query and mutation. Rust core for the marxml ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
//! # marxml
//!
//! Fast markdown + XML query and mutation.
//!
//! This is a placeholder release. The real API lands in `0.1.0`.
//! See <https://github.com/thebytefarm/marxml>.

/// Crate version exposed for downstream diagnostics.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");