This project is a foreign-function interface wrapper of the Augeas libfa Finite Automata library for the Rust programming language.
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:
Mac with Homebrew:
brew install augeas
Debian/Ubuntu:
sudo apt-get install libaugeas-dev
With the dependencies installed, the fa
crate is built by running:
cargo build
To generate the HTML documentation, run:
cargo doc
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.