ocni-dtu / epdx

ILCD parser for Javascript and Python, written in Rust
https://epdx.kongsgaard.eu/
Apache License 2.0
24 stars 3 forks source link

Source should be and object #11

Closed ocni-dtu closed 12 months ago

ocni-dtu commented 1 year ago
struct Source {
  name: String,
  url: String
}