Skip to main content
The topk-rs crate provides async Rust bindings for TopK API. Source code is on GitHub.

Installation

The crate is not published on crates.io yet. Depend on it from the TopK repository:
Or use a path dependency if you have the SDK checked out locally.

Prerequisites

  • API key — sign in to console.topk.io and generate an API key.
  • Region — available regions are listed at Regions.

Usage