Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: state allowed key expressions in phf_map
  • Loading branch information
birkenfeld committed Nov 5, 2021
1 parent 7b0a313 commit 6be1599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phf/src/lib.rs
Expand Up @@ -83,6 +83,11 @@ extern crate std as core;
///
/// Requires the `macros` feature.
///
/// Supported key expressions are:
/// - literals: bools, (byte) strings, bytes, chars, and integers (these must have a type suffix)
/// - arrays of `u8` integers
/// - `UniCase::unicode(string)` or `UniCase::ascii(string)` if the `unicase` feature is enabled
///
/// # Example
///
/// ```
Expand Down

0 comments on commit 6be1599

Please sign in to comment.