varnish-sys 0.7.0

A Rust framework for creating Varnish Caching Proxy extensions
Documentation
mod backend;
mod convert;
mod ctx;
mod error;
mod http;
mod probe;
mod processor;
mod str_or_bytes;
pub mod subroutine;
mod vsb;
mod ws;
mod ws_str_buffer;

pub use backend::*;
pub use convert::*;
pub use ctx::*;
pub use error::*;
pub use http::*;
pub use probe::*;
pub use processor::*;
pub use str_or_bytes::*;
pub use vsb::*;
pub use ws::*;
pub use ws_str_buffer::WsStrBuffer;

pub use crate::ffi::{VclEvent as Event, VslTag as LogTag};