Should i use the rust driver for surrealDB or is using the REST api viable. Asking this since the rust driver has 2x the dependencies that one of my actix-web + diesel projecets have and the comptime is less than pleasant.
The rust driver seems to be in a very early stage so i just feel like implementing some helper functions for the REST api might be better, since i assume that it just returns JSO N (i think but correct me if am wrong) i could just use Serde to make stuff easier.