worm-blossom / ufotofu

Abstractions for lazily consuming and producing sequences in Rust.
Apache License 2.0
3 stars 1 forks source link

Document how the bulk traits are meant to be used #31

Closed AljoschaMeyer closed 2 months ago

AljoschaMeyer commented 2 months ago

The first two methods are essentially implementation details, most user code should use bulk_consume or bulk_produce exclusively when interacting with a BulkThingy. The docs should lead with this information.