rust-lexical icon indicating copy to clipboard operation
rust-lexical copied to clipboard

Remove read(), add read_u32() and read_u64() and use everywhere

Open Manishearth opened this issue 11 months ago • 0 comments

Fixes #102

This would be a breaking change. The nonbreaking way to do this is to doc(hidden) and deprecate the old API, but I'll let y'all figure out how to do this.

Manishearth avatar Jul 25 '23 19:07 Manishearth