blob: 602bef67ae3812a96c2e07d327f95d508b40be80 [file] [log] [blame]
Yi Kong8884bbe2020-08-31 01:13:13 +08001name: "itoa"
Chih-Hung Hsiehfd174872020-10-12 00:50:55 -07002description: "Fast functions for printing integer primitives to an io::Write"
Yi Kong8884bbe2020-08-31 01:13:13 +08003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/itoa"
7 }
8 url {
9 type: ARCHIVE
10 value: "https://static.crates.io/crates/itoa/itoa-0.4.6.crate"
11 }
12 version: "0.4.6"
Yi Kong8884bbe2020-08-31 01:13:13 +080013 license_type: NOTICE
Chih-Hung Hsiehfd174872020-10-12 00:50:55 -070014 last_upgrade_date {
15 year: 2020
16 month: 8
17 day: 21
18 }
Yi Kong8884bbe2020-08-31 01:13:13 +080019}