ffi_utils 0.17.0

FFI utilities
Documentation
# Don't commit Cargo.lock
*.lock

# Executables
*.exe
*.out

# Libraires and Objects
*.o
*.a
*.so
*.lo
*.lib
*.dll
*.rlib
*.dylib

# Generated by Cargo
bin/
tags*
build/
target*/
build-tests/

# Generated by Editors
*~
~*
*.swp
*.sublime-*
*.bk

# Manual
.cargo/

# Misc
packages/
.DS_Store
*.bootstrap.cache
cargo-all.sh
bindings
tmp