mrjackwills / adsbdb

public api for aircraft, airlines, & flightroutes
https://adsbdb.com
MIT License
111 stars 6 forks source link

[NEW FEATURE] Public rust response serde API #3

Open wcampbell0x2a opened 2 years ago

wcampbell0x2a commented 2 years ago

Is your feature request related to a problem? Please describe. When calling this library from Rust code, I would like the responses to use the same data structure as this library.

Describe the solution you'd like Release a library exporting https://github.com/mrjackwills/adsbdb/blob/main/src/api/response.rs as a public API.

mrjackwills commented 2 years ago

Thanks, I'm not entirely sure what you'd want it to look like, can you point me in the direction of a similar crate?

The response structures are very much an early version, and I am working on improving them as we speak