File tree Expand file tree Collapse file tree 2 files changed +105
-2
lines changed Expand file tree Collapse file tree 2 files changed +105
-2
lines changed Original file line number Diff line number Diff line change 1
1
= jrsonnet
2
2
3
+ [.text-center]
4
+ image:./docs/logowide.svg[Interactive,470, alt=jrsonnet logo]
5
+
6
+ [.text-center]
7
+ --
3
8
image:https://img.shields.io/github/v/tag/CertainLach/jrsonnet?color=%23fb4934&label=latest%20release&style=for-the-badge[alt=release, link=https://github.com/CertainLach/jrsonnet/releases]
4
9
image:https://img.shields.io/github/license/CertainLach/jrsonnet?color=%2383a598&label=license&style=for-the-badge[alt=license, ./LICENSE]
5
10
image:https://img.shields.io/opencollective/all/jrsonnet?color=%238ec07c&style=for-the-badge[alt=opencollective, link=https://opencollective.com/jrsonnet]
11
+ --
6
12
7
13
== What is it
8
14
9
15
https://jsonnet.org/[Jsonnet] is a data templating language
10
16
11
17
This Rust crate implements both jsonnet library and an alternative `jsonnet` executable based on it.
12
- For more information see [ bindings](# Bindings) .
18
+ For more information see << bindings, Bindings>> .
13
19
14
20
== Install
15
21
@@ -62,7 +68,7 @@ For more information see link:./docs/features.adoc[features]
62
68
63
69
In the end, it's always fun to implement something in Rust.
64
70
65
- == Bindings
71
+ == Bindings [[bindings]]
66
72
67
73
=== Rust
68
74
You can’t perform that action at this time.
0 commit comments