tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 29 forks source link

Add conditional compilation for http module #35

Closed george-lim closed 1 year ago

george-lim commented 1 year ago

Fixes #34 by adding conditional compilation to the http module.

penberg commented 1 year ago

@psarna @honzasp please review

psarna commented 1 year ago

Thanks!

george-lim commented 1 year ago

No worries :)