shredder
shredder copied to clipboard
Garbage collected smart pointers for Rust
We probably don't need complete coverage for our `Scan` impls, but I think we need a bit more coverage than what we have.
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.
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...