uv/crates/puffin-cli/src
konsti 81f380b10e
Validate package and extra name (#290)
`PackageName` and `ExtraName` can now only be constructed from valid
names. They share the same rules, so i gave them the same
implementation. Constructors are split between `new` (owned) and
`from_str` (borrowed), with the owned version avoiding allocations.

Closes #279

---------

Co-authored-by: Zanie <contact@zanie.dev>
2023-11-06 10:04:31 +00:00
..
commands Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00
index_urls.rs Add support for alternate index URLs (#169) 2023-10-23 03:18:30 +00:00
logging.rs Rework `puffin sync` output to summarize (#81) 2023-10-10 03:29:09 +00:00
main.rs Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00
printer.rs Print to stderr by default (#134) 2023-10-18 23:30:07 -04:00
requirements.rs Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00