Skip to main content

Crate argyph_pack

Crate argyph_pack 

Source

Modules§

render
tokenize
truncate

Structs§

DefaultPacker
Default implementation of Packer using the cl100k_base tokenizer and a priority heuristic that sorts files by entry points, docs, recency, and symbol-graph centrality before lexicographic order.
PackInclude
Flags controlling which categories of files are included in the pack.
PackRequest
Describes a pack operation to be executed by a Packer.
PackResult
The result of a successful pack operation.

Enums§

PackError
Errors that can occur during repository packing.
PackFormat
Output format for the packed representation.
PackScope
What subset of the repository to pack.

Traits§

PackContext
Abstracts filesystem access and metadata needed by the packer.
Packer
Produces a token-budgeted, flattened representation of a repository or subset.

Type Aliases§

Result
Convenience alias for std::result::Result with PackError.