git-brws 0.11.12

Command line tool to open a repository, file, commit, diff, tag, pull request, issue or project's website in your web browser from command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod async_runtime;
mod config;
mod git;
mod github_api;
mod page;
mod pull_request;
mod service;

pub mod argv;
pub mod error;
pub mod url;

#[cfg(test)]
mod test;