code-chunker 0.2.0

AST-aware code chunking and late chunking for RAG
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  name: code-chunker
  description: "AST-aware code chunking and late chunking for RAG"
  homepage: "https://docs.rs/code-chunker"
  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:
    - chunking
    - code-chunking
    - rag
    - rust
    - tree-sitter
    - late-chunking