marcusklaas / sortedvec

Rust vector types without dependencies that enable quick lookups

Home Page:https://crates.io/crates/sortedvec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Debug and Clone when possible

marcusklaas opened this issue · comments

It's not implemented by default, but it is possible to add a #[derive(Debug, Clone)] to the definition.