docs.rs failed to build lancedb-0.31.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
lancedb-0.30.0
LanceDB Rust SDK
LanceDB Rust SDK, a serverless vector database.
Read more at: https://lancedb.com/
[!TIP] A transitive dependency of
lancedbislzma-sys, which uses dynamic linking by default. If you want to statically linklzma-sys, you should activate it'sstaticfeature by adding the following to your dependencies:= { = "*", = ["static"] }