Docs.rs
nvim-api-0.2.0
nvim-api 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noib3
Dependencies
derive_builder ^0.11
normal
luajit-bindings ^0.2.0
normal
nvim-types ^0.2.0
normal
serde ^1.0
normal
serde_repr ^0.1
normal
thiserror ^1.0
normal
Versions
57.73%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nvim_
api
0.2.0
In nvim_
api::
opts
nvim_api
::
opts
Type Alias
OnEndArgs
Copy item path
Source
pub type OnEndArgs = (
String
,
u32
);
Expand description
Arguments passed to the function registered to
on_end
.