Copy-on-write string utilities for Rust
-
Updated
Apr 11, 2024 - Rust
Copy-on-write string utilities for Rust
A Rust generator to hide strings literal with various encoding and encryption techniques.
I built this crate to practice lifetimes, a concept most beginner Rust programmers find difficult to grasp. I followed a tutorial by Jon Gjengset. What we are implementing is already in the standard library, but what’s a better way to learn lifetimes than by building something with them?
Add a description, image, and links to the strings-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the strings-manipulation topic, visit your repo's landing page and select "manage topics."