uv/crates/uv-normalize
Andrew Gallant fccd48ce61 uv-normalize: add as_str method
`ExtraName` did implement `AsRef<str>`, but that should generally
only be used in a context with an `AsRef<str>` generic bound. If
you just want a `&str` from a concrete `ExtraName`, then a specific
method for that purpose should be used.
2024-11-04 11:09:06 -05:00
..
src uv-normalize: add as_str method 2024-11-04 11:09:06 -05:00
Cargo.toml chore: Move all integration tests to a single binary (#8093) 2024-10-11 16:41:35 +02:00