1
2
3
4
5
6
7
8
//! bitbucket-rs
//!
//! Bitbucket is an async library that provides Rust bindings to
//! Atlassian Bitbucket server.

pub mod client;
pub mod projects;
pub mod users;