eitsupi commented on code in PR #3381: URL: https://github.com/apache/arrow-adbc/pull/3381#discussion_r2314246757
########## rust/core/src/lib.rs: ########## @@ -27,10 +27,6 @@ //! //! This library currently provides: //! - An abstract Rust API to be implemented by vendor-specific drivers. -//! - A driver manager which implements this same API, but dynamically loads -//! drivers internally and forwards calls appropriately using the [C API](https://github.com/apache/arrow-adbc/blob/main/c/include/arrow-adbc/adbc.h). -//! - A driver exporter that takes an implementation of the abstract API and -//! turns it into an object file that implements the C API. Review Comment: How about c70a68efe75ae744ce90726283d47535bc70c57c? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
