frankmcsherry / recycler

A small Rust library for recycling types with owned memory
MIT License
33 stars 2 forks source link

Replace the random collection of primitive type implementations with … #1

Closed gereeter closed 9 years ago

gereeter commented 9 years ago

…a more general TrashRecycler type.

This decreases ergonomics slightly, requiring a longer type, but it seems more honest and supports more than just the most common types.