• Home
Name Date Size #Lines LOC

..--

README.chromiumD04-Jul-2025455 1411

README.chromium

1Name: cfg-if
2URL: https://crates.io/crates/cfg-if
3Version: 1.0.0
4Revision: e60fa1efeab0ec6e90c50d93ec526e1410459c23
5License: Apache 2.0
6License File: //third_party/rust/chromium_crates_io/vendor/cfg-if-1.0.0/LICENSE-APACHE
7Shipped: yes
8Security Critical: yes
9
10Description: A macro to ergonomically define an item depending on a large number of #[cfg]
11parameters. Structured like an if-else chain, the first matching branch is the
12item that gets emitted.
13
14