|
|
|
|
|
by mmstick
3248 days ago
|
|
You should use crossbeam for #1. And as for strings, I wouldn't think of them as duplicate types any more than u32 and &u32 are duplicate types. They are semantically the same. Referencing a boxed type returns the reference type. |
|