Docs.rs
ling-lang-2030.1.35
ling-lang 2030.1.35
Docs.rs crate page
Apache-2.0
OR
MIT
30 June 2026
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
taellinglin
Dependencies
base64 ^0.22
normal
flate2 ^1
normal
glam ^0.28
normal
ling-animation ^2030.0.0
normal
ling-ast ^2030.0.0
normal
ling-codegen ^2030.0.2
normal
ling-core ^2030.0.1
normal
ling-game ^2030.1
normal
ling-gpu ^2030.0.1
normal
ling-graphics ^2030.0.1
normal
ling-mir ^2030.0.2
normal
ling-physics ^2030.1.9
normal
rustc-hash ^2.0
normal
lalrpop ^0.22
build
winresource ^0.1
build
gilrs ^0.11
normal
image ^0.25
normal
ling-ai ^2030.0.0
normal
ling-audio ^2030.0.4
normal
ling-crypto ^2030.1.3
normal
ling-icon ^2030.0.0
normal
ling-input ^2030.0.1
normal
ling-mic ^2030.0.1
normal
ling-music ^2030.0.0
normal
ling-ui ^2030.0.0
normal
minifb ^0.27
normal
pollster ^0.3
normal
optional
rayon ^1.9
normal
wgpu ^22
normal
optional
js-sys ^0.3
normal
ling-crypto ^2030.1.3
normal
ling-music ^2030.0.1
normal
ling-ui ^2030.0.0
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
34.79%
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
Module runtime
ling
2030.1.35
Module runtime
Module Items
Modules
Structs
Enums
Functions
In crate ling
ling
Module
runtime
Copy item path
Source
Modules
§
phase
Phase indices for
ling_phase_add
.
Structs
§
Interpreter
UiTheme
Customizable colour palette for the vector UI toolkit (packed 0x00RRGGBB).
ui_theme(...)
sets it; every widget falls back to these and accepts a trailing
r,g,b
override.
Enums
§
Value
Functions
§
init_
aot_
runtime
Initialize the AOT/JIT runtime. Must be called before any AOT-compiled code. Creates a new interpreter instance for runtime function dispatch.
ling_
phase_
add
now_
secs
Returns seconds since Unix epoch. On wasm32 uses
js_sys::Date::now()
(milliseconds / 1000); on native uses
SystemTime
.