aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 7c7eccd901ccc2279b5e7029fde897a13598ae32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "smallvec"
description:
    "'Small vector' optimization: store up to a small number of items on the "
    "stack"

third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/smallvec"
  }
  url {
    type: GIT
    value: "https://github.com/servo/rust-smallvec"
  }
  version: "1.4.0"
  last_upgrade_date { year: 2020 month: 6 day: 11 }
  license_type: NOTICE
}