This project is a foreign-function interface wrapper of the Augeas libfa Finite Automata library for the Rust programming language.

Installation

This project uses the following software:

On Mac systems, it is recommended to install Rust and Cargo using Homebrew's rust formula:

brew install rust

On other platforms, see https://www.rust-lang.org/downloads.html

To install libfa:

With the dependencies installed, the fa crate is built by running:

cargo build

To generate the HTML documentation, run:

cargo doc

License

The wrapper source code is licensed under the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.