[go: up one dir, main page]

libffi 0.1.5

Rust bindings for libffi
1
2
3
4
5
6
7
8
9
10
11
12
13
# To do

  - Many more tests and examples.

  - Improve build process:
      - Why can’t we make bindgen a Cargo dependency?
      - Should we include a copy of libffi in the package?

  - ClosureOnce!
  - Do we need to use `std::thread::catch_panic` somewhere?
  - Custom complex number types? But Rust doesn’t support complex numbers
    anyway...
  - CIF inspection?