Docs.rs
rhq-core-0.3.0
rhq-core 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ubnt-intrepid
Dependencies
chrono ^0.4
normal
error-chain ^0.11
normal
glob ^0.2.11
normal
lazy_static ^0.2.5
normal
regex ^0.2.1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
shellexpand ^1.0
normal
toml ^0.4
normal
url ^1.5
normal
walkdir ^1.0.7
normal
Versions
7.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rhq_
core
0.3.0
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Type Aliases
Crate
rhq_core
Copy item path
Source
Expand description
rhq is an alternative of
ghq
Re-exports
§
pub use self::query::
Query
;
pub use self::vcs::
Vcs
;
Modules
§
query
util
vcs
Structs
§
Error
The Error type.
Remote
Information of remote repository
Repository
local repository
Workspace
Enums
§
Error
Kind
The kind of an error.
Type Aliases
§
Result
Convenient wrapper around
std::Result
.