Docs.rs
  • lua53-ext-0.1.1
    • lua53-ext 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Jellonator
    • Dependencies
      • lua ^0.0.10 normal
    • Versions
    • 81.08% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

luaext0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • context::Context
  • error::LuaError
  • types::boolean::LuaBool
  • types::function::LuaFunction
  • types::generic::LuaGeneric
  • types::integer::LuaInteger
  • types::ltuserdata::LuaLightUserdata
  • types::nil::LuaNil
  • types::number::LuaNumber
  • types::string::LuaString
  • types::table::LuaTable
  • types::thread::LuaThread
  • types::userdata::LuaUserdata

Enums

  • error::LuaErrorType

Traits

  • types::LuaStackable

Functions

  • context::userdata_drop
  • error::get_status_from_threadstatus
  • error::new_luaresult_err
  • error::new_luaresult_ok
  • error::pop_error_from_state

Type Aliases

  • error::Result