CTTY opened a new issue, #6:
URL: https://github.com/apache/spark-connect-rust/issues/6
Hi Spark community,
#### Summary
I'd like to request that the `spark-connect-rs` library be published to
`crates.io`, the official Rust package registry. The current project name
`spark-connect-rs` is excellent, but a more idiomatic and concise crate name
like `spark-connect`.
#### Motivation
Right now we had to point to the tip of the branch which is not ideal:
```toml
spark-connect-rs = { git= "https://github.com/apache/spark-connect-rust.git"
}
```
Publishing this library on `crates.io` is a crucial step for wider adoption.
It would allow developers to easily add the client to their projects by simply
including a line in their `Cargo.toml`:
```toml
[dependencies]
spark-connect = "0.1.0" # or the appropriate version
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]