Created: 2018-08-25 Sat 16:08
Idiomatic Rust bindings on top of C/C++ FFI
Context<'a> // Neon Python<'p> // PyO3 NifEnv<'a> // Rustler &Env // emacs-module-rs
Handle<'a, T: Managed + 'a> // Neon PyObject // PyO3 NifTerm<'a> // Rustler Value<'e> // emacs-module-rs
pub fn call(&self, name: &str, args: &[Value]) -> Result<Value>
pub fn(env: &Env, args: &[Value]) -> Result<Value>
RefCell
, Arc
&mut Context
to call into GC runtimeResult<T, E>