1
1
# Node.js N-API for Rust! [ work in progress]
2
2
3
- [ ![ Build Status] [ travis-badge ]] [ travis-url ]
3
+ [ ![ Travis Build Status] [ travis-badge ]] [ travis-url ]
4
+ [ ![ AppVeyor Build Status] [ appveyor-badge ]] [ appveyor-url ]
4
5
5
6
High-level N-API bindings for Node.js addons written in Rust.
6
7
@@ -23,9 +24,8 @@ The project is covered by a [Code of Conduct][coc].
23
24
24
25
## Example
25
26
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).
29
29
30
30
### ` lib.rs `
31
31
@@ -72,9 +72,12 @@ addon.hello();
72
72
console .log (addon .add (1 , 2 ));
73
73
```
74
74
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
76
79
[ napi ] : https://crates.io/crates/napi
77
80
[ napi-derive ] : https://crates.io/crates/napi-derive
78
81
[ 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