tls-parser
tls-parser copied to clipboard
phf_shared dependency supports no_std, but tls_parser does not propagate it if no_std is enabled
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).