amoeba commented on code in PR #3388: URL: https://github.com/apache/arrow-adbc/pull/3388#discussion_r2320473284
########## docs/source/rust/driver_manager.rst: ########## @@ -19,11 +19,10 @@ Driver Manager ============== -The driver manager is a library that implements the ADBC API by delegating to -dynamically-loaded drivers. This allows applications to load drivers at -runtime, and use drivers that aren't necessarily written in Rust. It is -currently part of the adbc_core package, though we plan to split it into its -own package for users who don't want or need FFI. +This document describes the installation and usage of the Rust :term:`driver +manager`. The Rust :term:`driver manager` is currently part of the ``adbc_core`` +package, though we plan to split it into its own package for to keep the +``adbc_core`` package smaller for users who don't want or need FFI. Review Comment: I updated the entire doc including the code in 09016d92ac65005dc25745110c17a67e687077aa. -- 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]
