chuchi 0.1.5

Http async library based on hyper and tokio
Documentation
1
2
3
4
5
const HTML: &str = include_str!("./graphiql.html");

pub fn graphiql_source(graphql_endpoint_url: &str) -> String {
	HTML.replace("{graphql_url}", graphql_endpoint_url)
}