Docs.rs
  • nvim-oxi-0.6.0
    • nvim-oxi 0.6.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • noib3
    • Dependencies
      • nvim-oxi-api ^0.6.0 normal
      • cargo_metadata ^0.19 normal optional
      • nvim-oxi-libuv ^0.6.0 normal optional
      • nvim-oxi-luajit ^0.6.0 normal
      • nvim-oxi-macros ^0.6.0 normal
      • mlua ^0.10 normal optional
      • thiserror ^2.0 normal
      • nvim-oxi-types ^0.6.0 normal
      • serde ^1.0 dev
      • tokio ^1.0 dev
    • Versions
    • 55% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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_oxi0.6.0

Module ffi

Module Items

  • Structs
  • Constants
  • Functions
  • Type Aliases

In nvim_oxi::lua

nvim_oxi::lua

Module ffi

Source

Structs§

State

Constants§

LUA_ENVIRONINDEX
LUA_ERRERR
LUA_ERRMEM
LUA_ERRRUN
LUA_GLOBALSINDEX
LUA_OK
LUA_REGISTRYINDEX
LUA_TBOOLEAN
LUA_TFUNCTION
LUA_TLIGHTUSERDATA
LUA_TNIL
LUA_TNONE
LUA_TNUMBER
LUA_TSTRING
LUA_TTABLE
LUA_TTHREAD
LUA_TUSERDATA

Functions§

luaL_error⚠
luaL_ref⚠
luaL_typename⚠
luaL_unref⚠
lua_call⚠
lua_createtable⚠
Binding to lua_createtable() (-0, +1).
lua_error⚠
lua_getfield⚠
lua_getglobal⚠
lua_getmetatable⚠
lua_gettop⚠
lua_newuserdata⚠
lua_next⚠
lua_objlen⚠
lua_pcall⚠
lua_pop⚠
lua_pushboolean⚠
lua_pushcclosure⚠
lua_pushcfunction⚠
lua_pushinteger⚠
lua_pushlightuserdata⚠
lua_pushlstring⚠
lua_pushnil⚠
lua_pushnumber⚠
lua_pushstring⚠
lua_pushvalue⚠
lua_rawgeti⚠
lua_rawset⚠
lua_rawseti⚠
lua_settop⚠
lua_toboolean⚠
lua_tointeger⚠
lua_tolstring⚠
lua_tonumber⚠
lua_tostring⚠
lua_touserdata⚠
lua_type⚠
lua_typename⚠
lua_upvalueindex

Type Aliases§

CFunction
Integer
Number