https://github.com/wyatt-herkamp/tuxs-config-types
https://github.com/wyatt-herkamp/tuxs-config-types
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/tuxs-config-types
- Owner: wyatt-herkamp
- License: apache-2.0
- Created: 2023-08-18T13:15:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:17:39.000Z (7 months ago)
- Last Synced: 2025-01-27T13:50:29.779Z (3 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tux's Config Types
Types to help you build a user-friendly configuration system.
## Types
| Path | Helps with | Required Features |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | ------------------------------- |
| [chrono_types::duration](https://github.com/wyatt-herkamp/tuxs-config-types/blob/master/src/chrono_types/duration.rs) | Building Duration with different suffixes | Chrono |
| [size_config](https://github.com/wyatt-herkamp/tuxs-config-types/blob/master/src/size_config.rs) | Building a Size String such as 100mb, 100b, 10gb | |