cosmic-text/src/font
John Nunley 64e469718b Use a scratch buffer to reduce allocations
This commit adds a new ShapeBuffer type, which contains some buffers tha
are commonly re-created during the shaping process. New APIs are added
that take this structure, and old APIs are turned into wrappers around
the new API.

The goal is to reduce the number of per-layout allocations that happen
in a typical layout call.
2023-08-16 14:09:54 -07:00
..
fallback Use a scratch buffer to reduce allocations 2023-08-16 14:09:54 -07:00
mod.rs Add more Debug implementations 2023-07-07 21:44:21 -07:00
system.rs Require either std or no_std to be specified 2023-08-09 11:44:20 -02:30