Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flo_draw
/ encode_canvas
Method
encode_canvas
canvas/src/encoding.rs:51–53 ·
view source on GitHub ↗
(&self, append_to: &mut String)
Source
from the content-addressed store, hash-verified
49
impl CanvasEncoding<String> for char {
50
#[inline]
51
fn encode_canvas(&self, append_to: &mut String) {
52
append_to.push(*self)
53
}
54
}
55
56
impl CanvasEncoding<String> for u32 {
Callers
5
check_round_trip
Function · 0.80
decode_all_stream
Function · 0.80
encode_u32
Function · 0.80
encode_f32
Function · 0.80
encode_draw
Function · 0.80
Calls
3
encode_compact_u64
Function · 0.85
to_rgba_components
Method · 0.80
font_data
Method · 0.80
Tested by
3
decode_all_stream
Function · 0.64
encode_u32
Function · 0.64
encode_f32
Function · 0.64