ambient_guest_bridge

Crates.ioambient_guest_bridge
lib.rsambient_guest_bridge
version0.3.1
sourcesrc
created_at2023-05-02 16:15:39.758226
updated_at2023-10-25 13:49:31.071535
descriptionCrate for the Ambient runtime that allows code to target either native host code or the API exposed to guest code.
homepage
repositoryhttps://github.com/AmbientRun/Ambient
max_upload_size
id854699
size10,876
Owners (github:ambientrun:owners)

documentation

README

Ambient guest bridge

This crate makes it possible to write code that can be used either internally in the Ambient runtime, or in a guest crate using ambient_api.

It does this by abstracting over both APIs and providing a common interface that can be targeted by downstream code to allow running that code in either context.

Commit count: 4583

cargo fmt