jsonnet-sys 0.17.0

Native bindings to the libjsonnet library
Documentation
1
2
3
4
5
local a = import 'a.jsonnet';  // xaaa
local b = import 'b.jsonnet';  // xbbb
local c = import 'c.jsonnet';  // xccc
// end of imports
true