Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve README.md #3

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
===========