Others / shredder

Garbage collected smart pointers for Rust
MIT License
266 stars 9 forks source link

Support Gc<str> #77

Open oovm opened 1 year ago

oovm commented 1 year ago

Using Gc caused an error

the trait `shredder::Scan` is not implemented for `str`

In dynamic languages, table lookup based on immutable strings is a very common need, and I would like to have a GC-friendly string type out of the box.