Docs.rs
git-explore-0.1.3
git-explore 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
huang12zheng
Dependencies
anyhow ^1.0.66
normal
auto_from ^0.3.0
normal
cargo_metadata ^0.15.0
normal
chrono ^0.4.22
normal
clap =4.0.17
normal
git2 ^0.15.0
normal
sedregex ^0.2.5
normal
semver ^1.0.14
normal
serde ^1.0.145
normal
toml ^0.5.9
normal
walkdir ^2.3.2
normal
insta ^1.21.0
dev
Versions
6.82%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
git_
explore
0.1.3
Cargo
Version
Required Methods
cargo_version
Implementations on Foreign Types
&str
Metadata
Implementors
In crate git_
explore
git_explore
Trait
CargoVersion
Copy item path
Source
pub trait CargoVersion { // Required method fn
cargo_version
(&self) ->
Result
<
Version
>; }
Required Methods
§
Source
fn
cargo_version
(&self) ->
Result
<
Version
>
Implementations on Foreign Types
§
Source
§
impl
CargoVersion
for &
str
Source
§
fn
cargo_version
(&self) ->
Result
<
Version
>
Source
§
impl
CargoVersion
for
Metadata
Source
§
fn
cargo_version
(&self) ->
Result
<
Version
>
Implementors
§