Skip to content

Normation/raugeas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Languages