Docs.rs
git-calver-24.1.1
git-calver 24.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
takebayashi
Dependencies
chrono ^0.4.31
normal
clap ^4.4.12
normal
git2 ^0.18.1
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
git_
calver
24.1.1
ToCal
Ver
Required Methods
calver
Implementations on Foreign Types
String
Implementors
In git_
calver::
calver
git_calver
::
calver
Trait
ToCalVer
Copy item path
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
§