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
using AamCsharp;

using var doc = AamDocument.Parse("host = localhost\nport = 8080");
Console.WriteLine($"host={doc.Get("host")}");