aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 6be0c087138a0d79bba5078371609cc9e2f5e824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 7
    day: 30
  }
}