varnish 0.7.0

A Rust framework for creating Varnish Caching Proxy extensions
Documentation
---
source: varnish-macros/src/tests.rs
---
VMOD_JSON_SPEC
[
  [
    "$VMOD",
    "2.0",
    "event",
    "Vmod_vmod_event_Func",
    "a07a19c5c2451e17903bb8b7ac56323de87859b95fe5d096ccb6f2dd4d8c853b",
    "Varnish (version) (hash)",
    "0",
    "0"
  ],
  [
    "$CPROTO",
    "
struct Vmod_vmod_event_Func {
  vmod_event_f *f_on_event;
};

static struct Vmod_vmod_event_Func Vmod_vmod_event_Func;"
  ],
  [
    "$EVENT",
    "Vmod_vmod_event_Func.f_on_event"
  ]
]