New crate! 📦🦀
‘id_collections’ makes it easy to use custom index newtypes with vector-like collections. It lets you use types like
struct UserId(u64);
instead of usize as the index type for your vectors, which can help catch mistakes at compile time.
crates.io/crates/id_coll
Conversation
Replying to


