smallstring 0.1.2

'Small string' optimization: store small strings on the stack using smallvec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
smallvec = "0.3"

[features]
as-mut = []
default = []

[package]
authors = ["Jack Fransham <moonfudgeman@hotmail.co.uk>"]
description = "'Small string' optimization: store small strings on the stack using smallvec"
license = "MIT"
name = "smallstring"
repository = "https://github.com/jFransham/smallstring"
version = "0.1.2"