Skip to content

Commit

Permalink
chore: add badges to per-crate READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Apr 6, 2024
1 parent 774e3ea commit 9aa5b16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rsjsonnet-front/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# rsjsonnet-front

[![crates.io](https://img.shields.io/crates/v/rsjsonnet-front.svg)](https://crates.io/crates/rsjsonnet-front)
[![Documentation](https://docs.rs/rsjsonnet-front/badge.svg)](https://docs.rs/rsjsonnet-front)
![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)
[![License](https://img.shields.io/crates/l/rsjsonnet-front.svg)](https://github.com/eduardosm/rsjsonnet#license)

A Rust library that sits in the middle between rsjsonnet-lang and
the outer world. Provides source loading and error printing.
5 changes: 5 additions & 0 deletions rsjsonnet-lang/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# rsjsonnet-lang

[![crates.io](https://img.shields.io/crates/v/rsjsonnet-lang.svg)](https://crates.io/crates/rsjsonnet-lang)
[![Documentation](https://docs.rs/rsjsonnet-lang/badge.svg)](https://docs.rs/rsjsonnet-lang)
![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)
[![License](https://img.shields.io/crates/l/rsjsonnet-lang.svg)](https://github.com/eduardosm/rsjsonnet#license)

A Rust library to parse and evaluate [Jsonnet](https://jsonnet.org/)
programs.
4 changes: 4 additions & 0 deletions rsjsonnet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# rsjsonnet

[![crates.io](https://img.shields.io/crates/v/rsjsonnet.svg)](https://crates.io/crates/rsjsonnet)
![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg)
[![License](https://img.shields.io/crates/l/rsjsonnet.svg)](https://github.com/eduardosm/rsjsonnet#license)

A command line [Jsonnet](https://jsonnet.org/) interpreter implement in Rust.
It offers an interface similar to the official implementation.

0 comments on commit 9aa5b16

Please sign in to comment.