swindon 0.7.8

An HTTP edge (frontend) server with smart websockets support
1
2
3
4
5
pub use trimmer::Context;

pub trait AsContext {
    fn as_context(&self) -> Context;
}