Crate fabryk_client

Crate fabryk_client 

Source
Expand description

§fabryk-client

Rust client library for Fabryk knowledge fabric.

This crate provides a high-level client for interacting with Fabryk:

  • Async client for Fabryk API
  • Query, store, and retrieve knowledge items
  • Partition and tag management
  • Authentication handling
  • Connection pooling and retry logic

Re-exports§

pub use error::Error;
pub use error::Result;
pub use client::FabrykClient;

Modules§

client
Fabryk client implementation
config
Client configuration
error
Error types for fabryk-client