string_cache_codegen 0.3.0

A codegen library for string-cache, developed as part of the Servo project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "string_cache_codegen"
version = "0.3.0"
authors = [ "The Servo Project Developers" ]
description = "A codegen library for string-cache, developed as part of the Servo project."
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/string-cache"
documentation = "https://docs.rs/string_cache_codegen/"

[lib]
name = "string_cache_codegen"
path = "lib.rs"

[dependencies]
phf_generator = "0.7.15"