strstr

Crates.iostrstr
lib.rsstrstr
version0.0.0
sourcesrc
created_at2023-03-07 00:41:38.67695
updated_at2023-03-07 00:41:38.67695
descriptionFast mutable strings
homepage
repositoryhttps://git.pipapo.org/cehteh/strstr.git
max_upload_size
id803135
size4,162
(cehteh)

documentation

README

This crate is WIP

StrStr

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.

Commit count: 0

cargo fmt