shredder icon indicating copy to clipboard operation
shredder copied to clipboard

Garbage collected smart pointers for Rust

Results 33 shredder issues
Sort by recently updated
recently updated
newest added

We probably don't need complete coverage for our `Scan` impls, but I think we need a bit more coverage than what we have.

good first issue
T-tests

The current integration tests are pretty barebones, and fill the role of smoke tests. I'd like some more integration tests that exercise more edge conditions.

help wanted
good first issue
T-tests

Using Gc caused an error ```rust the trait `shredder::Scan` is not implemented for `str` ``` In dynamic languages, table lookup based on immutable strings is a very common need, and...