Skip to main content

parse_wheel_filename

Function parse_wheel_filename 

Source
pub fn parse_wheel_filename(filename: &str) -> Option<WheelInfo>
Expand description

Parse a wheel filename into its components.

Returns None if the filename doesn’t match the wheel naming convention.