varnish 0.7.2

A Rust framework for creating Varnish Caching Proxy extensions
Documentation
1
2
3
4
5
error: Object must have a constructor (a public method returning `Self` or `Result<Self, _>`)
 --> tests/fail/error_obj_no_ctor.rs:6:10
  |
6 |     impl ObjNoConstructor {
  |          ^^^^^^^^^^^^^^^^