Docs.rs
luaur-web-0.1.0
luaur-web 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pjankiewicz
Dependencies
console_error_panic_hook ^0.1
normal
optional
luaur-analysis ^0.1.0
normal
luaur-ast ^0.1.0
normal
luaur-bytecode ^0.1.0
normal
luaur-common ^0.1.0
normal
luaur-compiler ^0.1.0
normal
luaur-config ^0.1.0
normal
luaur-vm ^0.1.0
normal
wasm-bindgen ^0.2
normal
optional
Versions
39.39%
of the crate is documented
Go to latest version
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
Skip to main content
run_code
luaur_
web
0.1.0
In luaur_
web::
functions::
run_
code
luaur_web
::
functions
::
run_code
Function
run_
code
Copy item path
Source
pub fn run_code(l:
*mut
lua_State
, source: &
str
) ->
String