Docs.rs
lua-config-1.4.2
lua-config 1.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
LeviLovie
Dependencies
json ^0.12.4
normal
reqwest ^0.12.5
normal
rlua ^0.20.1
normal
serde ^1.0.207
normal
serde_json ^1.0
normal
Versions
0%
of the crate is documented
Platform
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
lua_
config
1.4.2
LuaTable
Aliased Type
Trait Implementations
LuaConvert
In crate lua_
config
lua_config
Type Alias
LuaTable
Copy item path
Source
pub type LuaTable =
HashMap
<
String
,
LuaType
>;
Aliased Type
§
struct LuaTable {
/* private fields */
}
Trait Implementations
§
Source
§
impl
LuaConvert
for
LuaTable
Source
§
fn
from_lua_type
(lua_type: &
LuaType
) ->
Option
<Self>