web-transport-node 0.0.2

WebTransport NAPI-RS bindings for Node.js
Documentation
1
2
3
4
5
extern crate napi_build;

fn main() {
    napi_build::setup();
}