safe-string 0.1.3

Provides a safe interface for interacting with multi-byte strings in Rust, namely IndexedStr, IndexedString, and IndexedSlice
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["sam0x17"]
description = "Provides a safe interface for interacting with multi-byte strings in Rust, namely IndexedStr, IndexedString, and IndexedSlice"
documentation = "https://docs.rs/safe-string"
edition = "2021"
license = "MIT"
name = "safe-string"
readme = "README.md"
repository = "https://github.com/sam0x17/safe-string"
version = "0.1.3"