https://github.com/lvignoli/sqidify
Converts numbers from standard input into a Sqids ID.
https://github.com/lvignoli/sqidify
encoding sqids
Last synced: 2 months ago
JSON representation
Converts numbers from standard input into a Sqids ID.
- Host: GitHub
- URL: https://github.com/lvignoli/sqidify
- Owner: lvignoli
- License: mit
- Created: 2023-12-19T18:09:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:29:42.000Z (7 months ago)
- Last Synced: 2025-01-26T19:36:50.190Z (4 months ago)
- Topics: encoding, sqids
- Language: Zig
- Homepage: https://sqids.org
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sqidify
Converts numbers from standard input into a [Sqids](https://sqids.org) ID.
Demo program for the usage of the [Zig port](https://github.com/sqids/sqids-zig).
#### How to
- [Fetch the package](build.zig.zon)
- [Declare the dependency](build.zig)
- [Use it to convert numbers obtained from standard input](src/main.zig)