4 Repositories
Rust slice Libraries
A nine slice/patch plugin for bevy ui nodes as single component using a fragment shader.
Bevy nine slice/patch Material Plugin Quick and easy auto-scaling nine slice/patch material for bevy ui nodes implemented as Fragment Shader. Features
13 Dec 14, 2023
Immutable strings, in Rust.
Immutable Strings Inspired by the bytes crate, which offers zero-copy byte slices, this crate does the same but for strings. It is backed by standard
202 Apr 6, 2023
A framebuffer that takes a `&[bool]` slice and returns 2x4 dot (pixel) braille `char`s
A framebuffer that takes a &[bool] slice and returns 2x4 "dot" (pixel) braille chars.
3 Mar 28, 2022
Rust library crate providing utility functions for diff and patch of slices
This crate provides the Change enum as an abstraction for diff::Result, lcs_diff::DiffResult, and wu_diff::DiffResult; the diff_changes(), diff_diff()
5 Oct 19, 2022