Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE: Added support for
io.Reader
Interface (#27)
- The Nano ID generator now satisfies the `io.Reader` interface, allowing it to be used interchangeably with any `io.Reader` implementations. - Developers can now utilize the Nano ID generator in contexts such as streaming data processing, pipelines, and other I/O-driven operations.
- Loading branch information