Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 28, 2024
1 parent 70eddee commit 4873f90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
rust-augeas
===========
raugeas
=======

[![crates.io](https://img.shields.io/crates/v/augeas.svg)](https://crates.io/crates/augeas) [![Documentation](https://docs.rs/augeas/badge.svg)](https://docs.rs/augeas) [![CI](https://github.com/amousset/rust-augeas/actions/workflows/ci.yml/badge.svg)](https://github.com/amousset/rust-augeas/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/raugeas.svg)](https://crates.io/crates/raugeas) [![Documentation](https://docs.rs/raugeas/badge.svg)](https://docs.rs/raugeas) [![CI](https://github.com/normation/raugeas/actions/workflows/ci.yml/badge.svg)](https://github.com/normation/raugeas/actions/workflows/ci.yml)

Rust binding for [Augeas](https://github.com/hercules-team/augeas).
Rust binding for [Augeas](https://github.com/hercules-team/augeas), a configuration editing tool.

These crates were forked from [hercules-team/rust-augeas](https://github.com/hercules-team/rust-augeas).

## Design

Expand All @@ -16,4 +18,5 @@ This library is a low-level binding to the C API of Augeas, with a few abstracti
* `aug_print`
* `aug_to_xml`
* `aug_srun`

* Allow building with older versions of Augeas (currently, it requires 1.13 or later).
* [Add augeas to docs.rs build environment](https://forge.rust-lang.org/docs-rs/add-dependencies.html) to allow building the docs.
1 change: 1 addition & 0 deletions raugeas/README.md
4 changes: 2 additions & 2 deletions raugeas_sys/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
augeas_sys
==========
raugeas_sys
===========

0 comments on commit 4873f90

Please sign in to comment.