11# Node.js N-API for Rust! [ work in progress]
22
3- [ ![ Build Status] [ travis-badge ]] [ travis-url ]
3+ [ ![ Travis Build Status] [ travis-badge ]] [ travis-url ]
4+ [ ![ AppVeyor Build Status] [ appveyor-badge ]] [ appveyor-url ]
45
56High-level N-API bindings for Node.js addons written in Rust.
67
@@ -23,9 +24,8 @@ The project is covered by a [Code of Conduct][coc].
2324
2425## Example
2526
26- Check out < https://github.com/aqrln/napi-rs/tree/master/example > to see the
27- full source code and project structure of this example. (TODO: initialize the
28- module from Rust too).
27+ Check out the [ ` example ` ] [ example ] directory to see the full source code and
28+ project structure of this example. (TODO: initialize the module from Rust too).
2929
3030### ` lib.rs `
3131
@@ -72,9 +72,12 @@ addon.hello();
7272console .log (addon .add (1 , 2 ));
7373```
7474
75- [ coc ] : https://github.com/aqrln/napi-rs/blob/master/CODE_OF_CONDUCT.md
75+ [ appveyor-badge ] : https://ci.appveyor.com/api/projects/status/9t6ckakvfmn07ru6/branch/master?svg=true
76+ [ appveyor-url ] : https://ci.appveyor.com/project/aqrln/napi-rs
77+ [ coc ] : https://github.com/napi-rs/napi/blob/master/CODE_OF_CONDUCT.md
78+ [ example ] : https://github.com/napi-rs/napi/tree/master/example
7679[ napi ] : https://crates.io/crates/napi
7780[ napi-derive ] : https://crates.io/crates/napi-derive
7881[ napi-sys ] : https://crates.io/crates/napi-sys
79- [ travis-badge ] : https://travis-ci.org/aqrln/ napi-rs.svg?branch=master
80- [ travis-url ] : https://travis-ci.org/aqrln/ napi-rs
82+ [ travis-badge ] : https://travis-ci.org/napi-rs/napi .svg?branch=master
83+ [ travis-url ] : https://travis-ci.org/napi-rs/napi
0 commit comments