aam-rs 2.0.2

A Rust implementation of the Abstract Alias Mapping (AAM) framework for aliasing and maping aam files.
Documentation
1
2
3
4
5
6
7
8
9
"""aam_rs — compatibility shim for the aam-py Python bindings.

The compiled Rust extension is ``aam_py``. This package re-exports the
current AAM API for compatibility with ``import aam_rs``.
"""

from aam_py import AAM, AAMBuilder, SchemaField, __version__  # noqa: F401

__all__ = ["AAM", "AAMBuilder", "SchemaField", "__version__"]