hashira 0.0.2-alpha

A server side rendering framework build on top of Yew
Documentation
#[doc(hidden)]
pub mod utils;

mod tuples;
pub use tuples::*;

mod string;
pub use string::*;

mod query;
pub use query::*;

mod json;
pub use json::*;

mod html;
pub use html::*;

mod redirect;
pub use redirect::*;

mod form;
pub use form::*;

mod bytes_;
pub use bytes_::*;

mod option;
pub use option::*;

mod result;
pub use result::*;

mod data;
pub use data::*;

mod inject;
pub use inject::*;

mod multipart;
pub use multipart::*;

mod either_;
pub use either_::*;

mod addr;
pub use addr::*;