aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 3ddaf5c1fd6c6ca19845b19e43cb5a7108ed4aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "intrusive-collections"
description: "Intrusive collections for Rust (linked list and red-black tree)"
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/intrusive-collections"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/intrusive-collections/intrusive-collections-0.9.2.crate"
  }
  version: "0.9.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 7
    day: 15
  }
}