rusoto_codecommit 0.27.0

AWS SDK for Rust - AWS CodeCommit @ 2015-04-13
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

//! AWS CodeCommit
//!
//! If you're using the service, you're probably looking for [CodeCommitClient](struct.CodeCommitClient.html) and [CodeCommit](trait.CodeCommit.html).

extern crate hyper;
extern crate rusoto_core;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;

mod generated;
mod custom;

pub use generated::*;
pub use custom::*;