aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 2e5d65500fbade59914f1a00295f203514e4bba2 (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: ARCHIVE
    value: "https://static.crates.io/crates/smallvec/smallvec-1.4.1.crate"
  }
  version: "1.4.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 8
    day: 11
  }
}