tls-parser icon indicating copy to clipboard operation
tls-parser copied to clipboard

phf_shared dependency supports no_std, but tls_parser does not propagate it if no_std is enabled

Open Veronika-Kitsul opened this issue 8 months ago • 0 comments

When using tls_parser in no_std, phf crate and phf_shared specifically errors during build, because cargo does not specify that if tls_parser is in no_std, then phf should also be no_std, with default-features=false (phf supports no_std with that flag).

Veronika-Kitsul avatar Jun 17 '24 18:06 Veronika-Kitsul