aws/
lib.rs

1//! aws
2#![doc(html_root_url="https://ghmlee.github.io/aws/doc")]
3
4pub fn run() {
5  println!("called run()")
6}