Docs.rs
typed-format-version-0.2.2
typed-format-version 0.2.2
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
ppentchev
Dependencies
anyhow ^1.0.69
normal
serde ^1.0.155
normal
thiserror >=1.0.41, <3
normal
serde_json ^1.0.94
dev
serde_yaml ^0.9.19
dev
toml ^0.8.8
dev
tracing ^0.1.37
dev
tracing-test ^0.2.4
dev
Versions
100%
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
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
typed_
format_
version
0.2.2
Version
Tuple
Trait Implementations
From<&Version>
In crate typed_
format_
version
typed_format_version
Type Alias
VersionTuple
Copy item path
Source
pub type VersionTuple = (
u32
,
u32
);
Expand description
A trivial representation of a major.minor version string.
Trait Implementations
§
Source
§
impl
From
<&
Version
> for
VersionTuple
Source
§
fn
from
(ver: &
Version
) -> Self
Converts to this type from the input type.