Crates.io | strstr |
lib.rs | strstr |
version | 0.0.0 |
source | src |
created_at | 2023-03-07 00:41:38.67695 |
updated_at | 2023-03-07 00:41:38.67695 |
description | Fast mutable strings |
homepage | |
repository | https://git.pipapo.org/cehteh/strstr.git |
max_upload_size | |
id | 803135 |
size | 4,162 |
This crate is WIP
Implements strings as trees of immutable substrings. Thus making many mutations significantly faster since only parts of a tree need to be adjusted instead shifting characters around.