| Crates.io | ggen-marketplace |
| lib.rs | ggen-marketplace |
| version | 5.1.3 |
| created_at | 2025-11-08 06:58:19.940876+00 |
| updated_at | 2026-01-06 22:38:53.165252+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 | 1922577 |
| size | 716,310 |
Next-generation marketplace system for ggen using hyper-advanced Rust patterns and RDF-backed semantic search.
ggen-marketplace 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 = "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