danlehmann / arbitrary-int

A modern and lightweight implementation of arbitrary integers for Rust
MIT License
32 stars 13 forks source link

Feature request: arbitrary_int::prelude #41

Open danlehmann opened 7 months ago

danlehmann commented 7 months ago

A user requested to add arbitrary_int::prelude which reexports u1, u2 etc. but skips things like the Number trait. That makes these types behave more like Rust built-in types and minimizes diffs in general.