- 
                Notifications
    
You must be signed in to change notification settings  - Fork 161
 
docs: acknowledge Rust's existence #3083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency, should we add a Rust section in https://arrow.apache.org/adbc/current/driver/installation.html with basically this?
Rust
====
Add the appropriate driver package as a dependency:
..  code-block:: shell
   cargo add adbc_datafusionCo-authored-by: Bryce Mecum <petridish@gmail.com>
| 
           Good point, I added a quick section in the installation page  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I thought it might help to mention that the following use are needed.
use adbc_core::{Connection, Database, Driver, Statement};| 
           Fixed!  | 
    
Co-authored-by: Daijiro Fukuda <fukuda@clear-code.com>
No description provided.