ewe_devserver 0.0.2

The devserver implementation that allows easy wrapping of a reverse proxy server
Documentation
// Implements the core functionality to manage and serve a local
// ewe platform web application for local development.

mod body;
mod builders;
mod cargo;
mod core;
mod errors;
mod operators;
mod proxy;
mod sender_ext;
mod streams;
mod vec_ext;
mod watchers;

pub mod assets;
pub mod types;

pub use body::*;
pub use builders::*;
pub use cargo::*;
pub use core::*;
pub use errors::*;
pub use operators::*;
pub use proxy::*;
pub use sender_ext::*;
pub use vec_ext::*;
pub use watchers::*;

// re-export core type without types module