rustler 0.13.0

Safe Rust wrappers for creating Erlang NIF functions
Documentation
# Created by https://www.gitignore.io/api/vim,rust

### Vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~


### Rust ###
# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Generated by Cargo
/target/
/test/target/
Cargo.lock

/rustler_codegen/target/
/rustler_codegen/test/target/
/rustler_codegen/Cargo.lock

/_build
/test/_build
/cover
/deps
erl_crash.dump
*.ez

/installer/_build
/installer/cover
/installer/deps

/rustler_mix/doc