jsonnet-sys 0.17.0

Native bindings to the libjsonnet library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
local z = import 'zzzz.jsonnet'; /* zzz
zzz */ local y = import 'y.libsonnet'; /* aaaaa */ local x = import 'x.libsonnet';
/* w1 */ /* w2 */ local w = import 'w.jsonnet'; /* w3 */ /* w4 */
local u = import 'u.jsonnet';               local v = import 'v.jsonnet';
local t = import 't.jsonnet';local s=import 's.jsonnet';local r=import 'r.jsonnet';

local b = import 'b.jsonnet';
/* foo */

/* bar */
local a = import 'a.jsonnet';

true