postings 0.1.6

Inverted-index postings lists with segment-style updates. Supports u32 TF (classical) and f32 weights (SPLADE/learned sparse).
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  description: "Inverted index postings lists and codecs"
  homepage: "https://docs.rs/postings"
  private: false
  has_issues: true
  has_wiki: false
  has_downloads: true
  default_branch: main
  allow_squash_merge: true
  allow_merge_commit: true
  allow_rebase_merge: true
  delete_branch_on_merge: true

  topics:
    - information-retrieval
    - inverted-index
    - rust
    - codec
    - posting-list
    - search