//! This module contains simple services and tasks for the [`yew`] framework.
//!
//! [`yew`]: https://github.com/DenisKolodin/yew
extern crate expect_macro;
pub extern crate http;
extern crate stdweb;
pub extern crate url;
extern crate yew;
pub use ;
pub use FetchTask;