shredder icon indicating copy to clipboard operation
shredder copied to clipboard

Support Gc<str>

Open oovm opened this issue 1 year ago • 0 comments

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.

oovm avatar Sep 26 '23 07:09 oovm