Expand description
Repository source code browsing via GitHub tarball downloads.
This crate provides tools for browsing repository source code by downloading tarballs from GitHub and caching them in memory.
Structs§
- Code
Tool - Repository source code browser.
- Code
Tool Config - Configuration for a repository’s source code access.
- Code
Tool Tools - Tool executor for multiple repository code browsers.
- GitHub
Repo - A GitHub repository identifier (owner/repo).
Enums§
- Source
- Source of repository code - either a GitHub repo or a local tarball file.
Type Aliases§
- ShaCallback
- Callback type for getting the current deployed git SHA.