| Crates.io | ggen-marketplace-v2 |
| lib.rs | ggen-marketplace-v2 |
| version | 3.4.0 |
| created_at | 2025-12-03 21:09:06.056633+00 |
| updated_at | 2025-12-03 21:09:06.056633+00 |
| description | Next-generation marketplace system for ggen using hyper-advanced Rust patterns |
| homepage | https://github.com/seanchatmangpt/ggen |
| repository | https://github.com/seanchatmangpt/ggen |
| max_upload_size | |
| id | 1965318 |
| size | 973,548 |
Next-generation marketplace system for ggen using hyper-advanced Rust patterns and RDF-backed semantic search.
ggen-marketplace-v2 provides a production-grade package marketplace for ggen templates, ontologies, and code generators with:
Using RDF and SPARQL queries to find packages by semantic similarity, not just string matching.
Add to your Cargo.toml:
[dependencies]
ggen-marketplace-v2 = "3.4"
The marketplace follows clean architecture with separate layers:
src/domain/) - Pure business logicsrc/rdf/) - Semantic data modelssrc/cache/) - Performance optimizationsrc/api/) - HTTP endpoints (via Axum)Run the full test suite with Chicago TDD patterns:
cargo test --lib
cargo test --test '*'
cargo bench
MIT - Same as ggen CLI