Docs.rs
uika-runtime-0.1.0
uika-runtime 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
VioletHelianthus
Dependencies
glam ^0.29
normal
inventory ^0.3
normal
uika-ffi ^0.1.0
normal
Versions
63.22%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
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 error
uika_
runtime
0.1.0
Module error
Module Items
Enums
Functions
Type Aliases
In crate uika_
runtime
uika_runtime
Module
error
Copy item path
Source
Enums
§
Uika
Error
Rich error type for Uika operations.
Functions
§
check_
ffi
Convert an FFI error code to a
UikaResult<()>
.
Ok
maps to
Ok(())
, all others map to the corresponding
UikaError
.
check_
ffi_
ctx
Like
check_ffi
, but enriches property/function errors with the given name.
ffi_
infallible
Assert that an FFI call returned
Ok
. Used for codegen-generated methods where handle validation has already been performed and the C++ wrapper is expected to always succeed. Panics in debug builds if the code is not
Ok
.
ffi_
infallible_
ctx
Like
ffi_infallible
, but includes a context string in the panic message.
Type Aliases
§
Uika
Result
Convenience alias used throughout the runtime and generated code.