jsonnet-sys 0.17.0

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