Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.chromium | D | 04-Jul-2025 | 371 | 12 | 9 |
README.chromium
1Name: either 2URL: https://crates.io/crates/either 3Version: 1.13.0 4Revision: e3ec2506f97ab27df3fbb284a3459280cb692c97 5License: Apache 2.0 6License File: //third_party/rust/chromium_crates_io/vendor/either-1.13.0/LICENSE-APACHE 7Shipped: no 8Security Critical: no 9 10Description: The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 11 12