puzz 0.2.0

A simple and powerful web framework.
Documentation
1
2
3
4
5
pub use puzz_sse::*;

pub fn sse<S>(stream: S) -> Sse<S> {
    Sse::new(stream)
}