aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 26541e135c4b17b61d89e537fd90f7e0a4142f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "bincode"
description: "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
third_party {
  identifier {
    type: "crates.io"
    value: "bincode"
  }
  identifier {
    type: "Archive"
    value: "https://static.crates.io/crates/bincode/bincode-1.3.3.crate"
    primary_source: true
  }
  version: "1.3.3"
  license_type: NOTICE
  last_upgrade_date {
    year: 2024
    month: 3
    day: 21
  }
}