Documentation
1
2
3
4
5
6
//! aws
#![doc(html_root_url="https://ghmlee.github.io/aws/doc")]

pub fn run() {
  println!("called run()")
}