A collection of utility packages written in Rust using napi-rs, designed for private use in my Node.js projects.
- humanize: A Rust package leveraging napi-rs to convert durations (in milliseconds) and byte sizes into human-readable formats.
- i18n: Utilities for internationalization, including message translation and formatting.
- security: Provides AES-256 encryption and decryption, along with a utility for cyclic number reversal.
All packages are licensed under the Apache License 2.0. For more details, read the LICENSE file.