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
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "smallstring"
version = "0.1.2"
dependencies = [
 "smallvec",
]

[[package]]
name = "smallvec"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e143aeee11cc8ece23c8336394de5138e598b84f5720fb8e895e2c6096322d88"