Skip to content

amousset/raugeas

This branch is 1 commit ahead of, 3 commits behind Normation/raugeas:main.

Repository files navigation

rust-augeas

crates.io Documentation CI

Rust binding for Augeas.

Design

This library is a low-level binding to the C API of Augeas, with a few abstractions to make it more idiomatic to use in Rust. It does not aim to provide a high-level API to manipulate configuration files, but rather to provide a safe and idiomatic way to interact with Augeas.

TODO

  • Consider allowing non-UTF-8 strings for paths and values.
  • Consider adding missing bindings if it makes sense:
    • aug_print
    • aug_to_xml
    • aug_srun

About

Rust binding for Augeas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%