{"id":21223012,"url":"https://github.com/imp/chrono-humanize-rs","last_synced_at":"2025-07-10T14:30:22.097Z","repository":{"id":139816501,"uuid":"63079656","full_name":"imp/chrono-humanize-rs","owner":"imp","description":"Human friendly time expressions. This is a mirror of the upstream, found at","archived":false,"fork":false,"pushed_at":"2022-08-17T16:52:08.000Z","size":77,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T14:11:20.094Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.com/imp/chrono-humanize-rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-11T15:28:23.000Z","updated_at":"2024-12-25T16:58:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"33cdde2f-cff9-4f5d-88f7-83df9e5576d6","html_url":"https://github.com/imp/chrono-humanize-rs","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/imp/chrono-humanize-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fchrono-humanize-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fchrono-humanize-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fchrono-humanize-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fchrono-humanize-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imp","download_url":"https://codeload.github.com/imp/chrono-humanize-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fchrono-humanize-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264590647,"owners_count":23633598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T22:48:29.972Z","updated_at":"2025-07-10T14:30:22.091Z","avatar_url":"https://github.com/imp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Chrono Humanize - Make your text time representation human appealing\n\nBuild status\n\n branch | status\n:-------|:------:\n  master| [![Build Status](https://travis-ci.org/imp/chrono-humanize-rs.svg?branch=master)](https://travis-ci.org/imp/chrono-humanize-rs)\n develop| [![Build Status](https://travis-ci.org/imp/chrono-humanize-rs.svg?branch=develop)](https://travis-ci.org/imp/chrono-humanize-rs)\n\n## Quick Start\n\n```rust\nuse chrono::{Local, Duration};\nuse chrono_humanize::HumanTime;\n\nlet dt = Local::now() + Duration::days(35);\nlet ht = HumanTime::from(dt);\nlet english = format!(\"{}\", ht);\nassert_eq!(\"in a month\", english);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimp%2Fchrono-humanize-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimp%2Fchrono-humanize-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimp%2Fchrono-humanize-rs/lists"}