- [x] Somewhere in mmtk-ruby we compute struct offsets using the `memoffset` crate. That carries a dependency on the nightly version of Rust. Remove it. - [ ] Use rust-bindgen to generate Rust counterparts of Ruby structs in C - [x] Use cbindgen to generate the `mmtk.h` used in the `ruby` repo.