bodil / im-rs

Assorted immutable collection datatypes for Rust
http://immutable.rs/
Mozilla Public License 2.0
1.49k stars 111 forks source link

Use const generics instead of typenum. #198

Open jneem opened 2 years ago

jneem commented 2 years ago

This has the (desired) side effect of making containers covariant over their input type, so we also add some assertions to ensure that this doesn't regress.

Fixes #196.

jneem commented 2 years ago

It's great to see activity here again! I've been maintaining a fork because of certain fixes I needed, but if that's ok with you I'll work on gradually merging those fixes back in here.