fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Hide the details of attachment types (remote/embedded) from the main interface #69

Closed dancingbug closed 4 years ago

dancingbug commented 4 years ago

See #68 where I provide an example approach and commentary

dancingbug commented 4 years ago

I changed my approach and closed #68 in favor of #75. In the main crate there, the embedded/remote distinction has been concentrated into client-specific submodules. in core the distinction has been eliminated altogether by moving the attachment configuration details into the specific client crates.

If #75 is eventually accepted it will close this issue