lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

schema takes a huge time to compile #62

Open patrickelectric opened 3 years ago

patrickelectric commented 3 years ago

what is the reason for that ? Can it be improved ?

jplatte commented 3 years ago

I've noticed this as well and think it's simply because we generate a lot of code. I've been meaning to look into it more.

patrickelectric commented 3 years ago

Can you point where is the code generated ? I can't find a build.rs or something closer to it

jplatte commented 3 years ago

What I mean is the derive macros from yaserde_derive.