artichoke / ferrocarril

🚆 Experiments to embed Ruby on Rails in Rust with mruby
https://artichoke.github.io/ferrocarril/mruby/
MIT License
62 stars 2 forks source link

Implement most of the Rc API for CactusRef #189

Closed lopopolo closed 5 years ago

lopopolo commented 5 years ago

Implement the entire [std::rc] API for CactusRef except for unsized slices. We cannot implement Reachable on these types so we can't create CactusRefs out of them.