bindgen 0.26.2

Automatically generates Rust FFI bindings to C and C++ libraries.
Documentation
1
2
3
4
5
6
7
namespace JS {
template <typename a> class Rooted { a b; };
class AutoValueVector : Rooted<int> {
  using Vec = int;
  using c = Rooted<Vec>;
};
}