agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
//! Metadata extraction from resource files.
//!
//! This module provides functionality to extract dependency metadata from
//! resource files. It supports YAML frontmatter in Markdown files and
//! JSON fields in JSON configuration files.

pub mod extractor;

pub use extractor::MetadataExtractor;