mjs-sys 0.1.2

Rust mJS Bindings
Documentation
1
2
3
4
5
6
7
8

function err2f1() {
  return err2f2();
}

function err2f2() {
  return bar;
}