feather-db-cli 0.5.0

Command-line interface for Feather — embedded vector database + living context engine
Documentation
Build #2953496 2026-03-02 06:23:43

# rustc version rustc 1.96.0-nightly (80381278a 2026-03-01)

# docs.rs version docsrs 0.0.0 (91dcccd9 2026-02-13 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/feather-db-cli-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/feather-db-cli-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260301-1.96.0-nightly-80381278a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f6e6b47bc6f89f8b7a1eab9ab52f5031869872e8aeb5cbe296e8ac11dd4e736 [INFO] running `Command { std: "docker" "start" "-a" "5f6e6b47bc6f89f8b7a1eab9ab52f5031869872e8aeb5cbe296e8ac11dd4e736", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: feather-db-cli@0.5.0: In file included from cpp/src/../include/feather.h:10, [INFO] [stderr] warning: feather-db-cli@0.5.0: from cpp/src/feather_core.cpp:1: [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswlib.h: In member function 'virtual bool hnswlib::BaseFilterFunctor::operator()(hnswlib::labeltype)': [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswlib.h:130:48: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: feather-db-cli@0.5.0: 130 | virtual bool operator()(hnswlib::labeltype id) { return true; } [INFO] [stderr] warning: feather-db-cli@0.5.0: | ~~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: feather-db-cli@0.5.0: In file included from cpp/src/../include/hnswlib.h:228: [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h: In instantiation of 'std::priority_queue<std::pair<dist_t, long unsigned int> > hnswlib::HierarchicalNSW<dist_t>::searchKnn(const void*, size_t, hnswlib::BaseFilterFunctor*) const [with dist_t = float; typename std::vector<std::pair<dist_t, long unsigned int> >::value_type = std::pair<float, long unsigned int>; size_t = long unsigned int]': [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/feather.h:219:42: required from here [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:1292:30: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] [INFO] [stderr] warning: feather-db-cli@0.5.0: 1292 | if (cand < 0 || cand > max_elements_) [INFO] [stderr] warning: feather-db-cli@0.5.0: | ~~~~~^~~ [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h: In instantiation of 'hnswlib::tableint hnswlib::HierarchicalNSW<dist_t>::addPoint(const void*, hnswlib::labeltype, int) [with dist_t = float; hnswlib::tableint = unsigned int; hnswlib::labeltype = long unsigned int]': [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:962:21: required from 'void hnswlib::HierarchicalNSW<dist_t>::addPoint(const void*, hnswlib::labeltype, bool) [with dist_t = float; hnswlib::labeltype = long unsigned int]' [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/feather.h:100:38: required from here [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:1228:38: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] [INFO] [stderr] warning: feather-db-cli@0.5.0: 1228 | if (cand < 0 || cand > max_elements_) [INFO] [stderr] warning: feather-db-cli@0.5.0: | ~~~~~^~~ [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h: In instantiation of 'hnswlib::tableint hnswlib::HierarchicalNSW<dist_t>::mutuallyConnectNewElement(const void*, hnswlib::tableint, std::priority_queue<std::pair<dist_t, unsigned int>, std::vector<std::pair<dist_t, unsigned int> >, CompareByFirst>&, int, bool) [with dist_t = float; hnswlib::tableint = unsigned int]': [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:1253:27: required from 'hnswlib::tableint hnswlib::HierarchicalNSW<dist_t>::addPoint(const void*, hnswlib::labeltype, int) [with dist_t = float; hnswlib::tableint = unsigned int; hnswlib::labeltype = long unsigned int]' [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:962:21: required from 'void hnswlib::HierarchicalNSW<dist_t>::addPoint(const void*, hnswlib::labeltype, bool) [with dist_t = float; hnswlib::labeltype = long unsigned int]' [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/feather.h:100:38: required from here [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswalg.h:507:21: warning: unused parameter 'data_point' [-Wunused-parameter] [INFO] [stderr] warning: feather-db-cli@0.5.0: 507 | const void *data_point, [INFO] [stderr] warning: feather-db-cli@0.5.0: | ~~~~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswlib.h: At global scope: [INFO] [stderr] warning: feather-db-cli@0.5.0: cpp/src/../include/hnswlib.h:89:13: warning: 'bool AVX512Capable()' defined but not used [-Wunused-function] [INFO] [stderr] warning: feather-db-cli@0.5.0: 89 | static bool AVX512Capable() { [INFO] [stderr] warning: feather-db-cli@0.5.0: | ^~~~~~~~~~~~~ [INFO] [stderr] Documenting feather-db-cli v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/feather_db_cli/index.html [INFO] running `Command { std: "docker" "inspect" "5f6e6b47bc6f89f8b7a1eab9ab52f5031869872e8aeb5cbe296e8ac11dd4e736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f6e6b47bc6f89f8b7a1eab9ab52f5031869872e8aeb5cbe296e8ac11dd4e736", kill_on_drop: false }` [INFO] [stdout] 5f6e6b47bc6f89f8b7a1eab9ab52f5031869872e8aeb5cbe296e8ac11dd4e736