rcsubstring 0.1.0

A simple lightweigt reference-counted substring of an Rc<String>.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rcsubstring"
version = "0.1.0"
edition = "2024"
authors = ["Chris Hamer-Hodges <chris.hhodges@gmail.com>"]
license = "Apache-2.0 OR MIT"
keywords = ["refcount", "rc_string", "substring"]
description = "A simple lightweigt reference-counted substring of an Rc<String>."
repository = "https://github.com/chrisjhh/rcsubstring"

[dependencies]