Docs.rs
git-calver-24.1.0
git-calver 24.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
takebayashi
Dependencies
chrono ^0.4.31
normal
clap ^2.20.3
normal
git2 ^0.16
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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_calver
24.1.0
ToCalVer
Required Methods
calver
Implementations on Foreign Types
String
Implementors
In git_calver::calver
?
Trait
git_calver
::
calver
::
ToCalVer
source
·
[
−
]
pub trait ToCalVer { // Required method fn
calver
(&self) ->
Option
<
CalVer
>; }
Required Methods
§
source
fn
calver
(&self) ->
Option
<
CalVer
>
Implementations on Foreign Types
§
source
§
impl
ToCalVer
for
String
source
§
fn
calver
(&self) ->
Option
<
CalVer
>
Implementors
§