Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SharpCoder/teensycore
/ strings.rs
File
strings.rs
src/system/strings.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::system::vector::*;
2
use core::cmp::{ *, Ordering };
3
4
pub type String = Vector::<u8>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected