static-or-heap-string 0.1.0

An enum type for handling both static and heap-allocated strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11

default: bench

build:
	cargo build

test:
	cargo test

bench:
	cargo bench