// SPDX-License-Identifier: Apache-2.0
//! # rust adapter — direct re-export of the crate's public API
//!
//! No-op adapter for Rust callers; simply re-exports the top-level
//! functions and boundary types so downstream code can `use
//! axgf_rs::adapters::rust::*;` without pulling in adapter-specific
//! wrappers meant for other languages.
pub use crate;
pub use crate;
pub use crate::;
pub use crateconvert_gedcom;