mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-04 10:40:34 +01:00
The correct name for a Rust package is a "crate", so something with "crate" is less ambiguous than "package". However, "crate" itself is a Rust keyword. To avoid clashes in Rust code which uses this same attribute name, "crate_name" can be used instead unambigously.