FYI you could pull in this crate to reuse our api structs and not redefine everything. Problem is that it pulls in diesel and other stuff, so it will slow down clean builds a lot.
I’ve never messed with crate features, but maybe we could use that somehow…
And unfortunately the views are defined in other crates too. It might be necessary to write a rust api client from scratch if more projects are going to use it.
FYI you could pull in this crate to reuse our api structs and not redefine everything. Problem is that it pulls in diesel and other stuff, so it will slow down clean builds a lot.
I’m not planning to implement the full api, so I’ll use it as a reference. thank you 🥰
I’ve never messed with crate features, but maybe we could use that somehow…
And unfortunately the views are defined in other crates too. It might be necessary to write a rust api client from scratch if more projects are going to use it.