hyperlane-time

Crates.iohyperlane-time
lib.rshyperlane-time
version0.0.2
sourcesrc
created_at2024-12-29 04:16:07.962342
updated_at2025-01-07 04:29:34.928211
descriptionA library for fetching the current time based on the system's locale settings.
homepage
repositoryhttps://github.com/ltpp-universe/hyperlane-time.git
max_upload_size
id1497949
size13,891
尤雨东 (ltpp-universe)

documentation

README

hyperlane-time

Official Documentation

Api Docs

A library for fetching the current time based on the system's locale settings.

Features

Installation

To use this crate, you can run cmd:

cargo add hyperlane-time

Use

use hyperlane_time::*;
println!("Now time: {}", current_time());
println!("Now day: {}", current_date());

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at ltpp-universe root@ltpp.vip.

Commit count: 2

cargo fmt