Crate lambda

Source
Expand description

Lambda is a simple, fast, and safe compute engine written in Rust.

Re-exports§

pub use logging;

Modules§

component
events
Event definitions for lambda runtimes and applications.
math
Lambda Math Types and operations
render
High level Rendering API designed for cross platform rendering and windowing.
runtime
Runtime definition & functions for executing lambda applications.
runtimes

Macros§

assert_approximately_equal
Assert that two values are equal, with a given tolerance.