Crate cargo_ghp_upload [−] [src]
Re-exports
extern crate std as std; |
extern crate quicli; |
extern crate fs_extra; |
use std::prelude::v1::*; |
use quicli::prelude::*; |
use std::env; |
use std::fs; |
use std::str; |
use std::ffi::OsString; |
use std::path::Path; |
use std::path::PathBuf; |
use std::process::Command; |
use std::process::ExitStatus; |
Structs
| Args |
Upload documentation straight to GitHub Pages while maintaining branch separation and history |
| Context |
Enums
| CargoArgs |
Functions
| get_context | |
| ghp_upload | |
| main | |
| require_success | |
| run |