https://github.com/tecc/humanise
humanise information
https://github.com/tecc/humanise
Last synced: 9 months ago
JSON representation
humanise information
- Host: GitHub
- URL: https://github.com/tecc/humanise
- Owner: tecc
- License: mit
- Created: 2023-06-22T15:11:36.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-22T18:02:46.000Z (about 3 years ago)
- Last Synced: 2025-09-17T22:50:41.540Z (9 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `humanise` - humanise information
`humanise` is a library that provides functions to convert raw data to not just human-readable strings, but humanised strings.
## Feature flags
- **`durations`**: Provides facilities for humanising durations. Enabled by default.
- `chrono`: Adds functions for the [`chrono`](https://github.com/chronotope/chrono) crate.
## Licence
`humanise` is licensed under the MIT licence. Read the full text in [LICENCE](./LICENCE).