node-bindgen 3.0.0

easy way to write nodejs module using rust
Documentation
# Changelog

## [3.0.0] - 2020-10-14-2000
- Support for Passing Buffer to Rust
- Support for Env cleanup

# [2.1.0] - 2020-05-15

## Improvements
- Support for Typed Array Buffer [#24]https://github.com/infinyon/node-bindgen/pull/24
- Support for Array [#26]https://github.com/infinyon/node-bindgen/pull/26

## Fixed
- Fixed conversion of () [#31]https://github.com/infinyon/node-bindgen/pull/31

# [2.0.0] - 2020-05-011

## Improvements
- Refactor procedure macro [#21]https://github.com/infinyon/node-bindgen/pull/21
- Support optional argument

## Fixed

- Proper support for boolean [#19]https://github.com/infinyon/node-bindgen/pull/19