Crate linebender_resource_handle

Crate linebender_resource_handle 

Source
Expand description

Linebender Resource Handle provides functionality for storing blobs of data and an associated ID. This primitive is adapted in Peniko to store images, but the FontData type lives in this crate. This crate is designed to allow making semver incompatible releases of Parley and Vello, whilst allowing them to be cross-compatible.

This crate is not intended for long-term use, and we expect our resource handling story to change. That’s the reason that this crate has the organisation name (“Linebender”) in its crate name; we avoid squatting a more general name after we abandon it.

Structs§

Blob
Shared data with an associated unique identifier.
FontData
Owned shareable font resource.
WeakBlob
Weak reference to a shared blob.