vec-string
Very short crate to display vectors Vec<T> where T: Display
Normally you can do format!("{:?}", vec); when the elements implement Debug.
This crate is to do the same but for when the elements implement Display.
assert_eq!;
Very short crate to display vectors Vec<T> where T: Display
Normally you can do format!("{:?}", vec); when the elements implement Debug.
This crate is to do the same but for when the elements implement Display.
assert_eq!;