Docs.rs
napi-2.16.13
napi 2.16.13
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aqrln
Brooooooklyn
Dependencies
anyhow ^1
normal
optional
bitflags ^2
normal
chrono ^0.4
normal
optional
ctor ^0.2
normal
encoding_rs ^0.8
normal
optional
indexmap ^2
normal
optional
napi-sys ^2.4.0
normal
once_cell ^1.19
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
tokio ^1
normal
optional
napi-derive ^2.10.1
normal
tokio ^1
normal
optional
Versions
40%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
napi
2.16.13
In napi::
bindgen_
prelude::
iterator
napi
::
bindgen_prelude
::
iterator
Function
create_iterator
Copy item path
source
pub fn create_iterator<T:
Generator
>( env:
napi_env
, instance:
napi_value
, generator_ptr:
*mut T
, )