Open
Description
unicode-normalization: GitHub, crates.io
Another widely-used crate.
Discovered some unsafe expressions when checking url (#51).
Once again, no clue if any of these are safe.
Metric output format: x/y
x = unsafe code used by the build
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 20/20 0/0 0/0 0/0 ! unicode-normalization 0.1.8
2/2 322/322 4/4 1/1 13/13 ! └── smallvec 0.6.12c
Example unsafe usage in decompose_hangul
.
Metadata
Metadata
Assignees
Labels
No labels