phf_codegen 0.11.2

Codegen library for PHF types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "phf_codegen"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.11.2"
license = "MIT"
description = "Codegen library for PHF types"
repository = "https://github.com/rust-phf/rust-phf"
edition = "2021"
readme = "../README.md"
rust-version = "1.60"
categories = ["data-structures"]

[dependencies]
phf_generator = "0.11.0"
phf_shared = "0.11.0"