You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementations of RowValue for structs is usually simple and all similar, so it make sense to make #[derive(RowValue)] macro (in our case we had struct with over 150 fields). We currently have our own implementation of this procedural macro and we want to have it in rust-oracle. Do you interested in PR in this repo (with proc-macro crate, enabled by feature) or should we publish it separately?
Implementations of
RowValue
for structs is usually simple and all similar, so it make sense to make#[derive(RowValue)]
macro (in our case we had struct with over 150 fields). We currently have our own implementation of this procedural macro and we want to have it inrust-oracle
. Do you interested in PR in this repo (with proc-macro crate, enabled by feature) or should we publish it separately?Example
The text was updated successfully, but these errors were encountered: