fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Dynamic loading of libfbclient #17

Closed jairinhohw closed 4 years ago

jairinhohw commented 4 years ago

Issue: #14

Added a new feature "dynamic_loading" that will not link the crate against libfbclient.

The fbclient needs to be provided at the location where you run the executable as a file with the name "fbclient.lib"

I placed the new feature in the defaults to help testing, but will be better to make it opt-in.