Expand description
Lance Namespace Rust Client
A Rust client for the Lance Namespace API that provides a unified interface for managing namespaces and tables across different backend implementations.
Re-exports§
pub use connect::connect;pub use connect::ConnectError;pub use dir::DirectoryNamespace;pub use namespace::LanceNamespace;pub use namespace::NamespaceError;pub use namespace::Result;pub use lance_namespace_reqwest_client as reqwest_client;