ao3-client 0.1.0

A client for interfacing with the AO3 (Archive of Our Own) website/data.
Documentation
1
2
3
pub fn say_hello(name: &str) -> String {
    String::from(format!("Hello {}", name))
}