Crates.io | systemd-duration |
lib.rs | systemd-duration |
version | 0.2.0 |
source | src |
created_at | 2024-03-31 17:42:52.294167 |
updated_at | 2024-03-31 21:24:12.153148 |
description | Convert systemd style time durations into other formats |
homepage | |
repository | https://github.com/Elizafox/systemd-duration |
max_upload_size | |
id | 1191793 |
size | 102,094 |
systemd-duration
is a crate that implements parsing of the systemd duration format in Rust.
This library can convert a systemd duration string to the following:
with-time
feature)with-chrono
feature)See the examples directory for code examples.