alamb commented on code in PR #18550: URL: https://github.com/apache/datafusion/pull/18550#discussion_r2506867793
########## docs/source/download.md: ########## @@ -19,19 +19,26 @@ # Download -While DataFusion is also distributed via the Rust [crates.io] package manager as a convenience, the +Most users use DataFusion as a library in their Rust projects by adding it as a dependency +in their `Cargo.toml` file and downloading it from the Rust [crates.io] package registry. + +For example: + +```toml +[dependencies] +datafusion = "41.0.0" +``` + +While DataFusion is distributed via [crates.io] as a convenience, the official Apache DataFusion releases are provided as source artifacts. [crates.io]: https://crates.io/crates/datafusion ## Releases -The latest source release is [41.0.0][source-link] ([asc][asc-link], -[sha512][sha512-link]). +You can find the latest releases, signatures and checksums on Review Comment: The original PR to add this page from @tisonkun - https://github.com/apache/datafusion/pull/10271 The use of closer.lua I think helps spread the load to different ASF mirror sites as described here: https://infra.apache.org/release-download-pages.html#links. It seems to require a specific version specified which requires updating to reflect the latest release. Since almost all of DataFusion's distribution is via crates.io, I don't think the closer.lua mechanism is relevant to us at this time, so I changed the link to the main top release page, that will not need updating. -- 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]
