ruby-sys 0.3.0

Low level bindings to MRI, Matz's Ruby Interpreter.
Documentation
1
2
3
4
5
use types::Value;

extern "C" {
    pub fn rb_gc_mark(value: Value);
}