Docs.rs
hyperlane-cli-0.1.17
hyperlane-cli 0.1.17
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eastspire
Dependencies
color-output ^10.0.3
normal
log ^0.4.30
normal
lombok-macros ^2.0.28
normal
notify ^8.2.0
normal
regex ^1.12.3
normal
thiserror ^2.0.18
normal
tokio ^1.52.3
normal
toml ^0.9.12
normal
which ^8.0.2
normal
Versions
100%
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
Skip to main content
is_leap_year
hyperlane_
cli
0.1.17
is_
leap_
year
Sections
Arguments
Returns
In crate hyperlane_
cli
hyperlane_cli
Function
is_
leap_
year
Copy item path
Source
pub fn is_leap_year(year:
u64
) ->
bool
Expand description
Determines if a year is a leap year.
§
Arguments
u64
- The year to check.
§
Returns
bool
- Whether the year is a leap year.