https://github.com/widberg/arbitrary-int
A modern and lightweight implementation of arbitrary integers for Rust
https://github.com/widberg/arbitrary-int
Last synced: about 2 months ago
JSON representation
A modern and lightweight implementation of arbitrary integers for Rust
- Host: GitHub
- URL: https://github.com/widberg/arbitrary-int
- Owner: widberg
- License: mit
- Fork: true (danlehmann/arbitrary-int)
- Created: 2023-09-25T18:40:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T22:17:16.000Z (over 2 years ago)
- Last Synced: 2025-10-26T23:41:34.016Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- awesome-game-file-format-reversing - arbitrary-int - Lightweight Rust implementation of arbitrary-sized integers (e.g., `u1`, `u9`, `u120`) using const generics. Useful for parsing bit-packed binary formats. (🛠️ General Tools / 💻 Development Libraries)