General
PromptBeginner5 minmarkdown
- `Makefile`
README/docs
0
Explore
103,223 skills indexed with the new KISS metadata standard.
README/docs
`crates/`
`cargo test`
`impl * for` | rust-trait |
`#[tokio::test]` | integration-test |
`#[test]` | rust-test |
`#[derive(Parser)]` | cli-app |
`anyhow`
`async fn` | async-task |
`Entity`
`Queryable`
`trait *Repository` | rust-repository |
`#[get]`
`pub struct *Service` | rust-service |
`#[get]`
`Router`
`services/`
features)
`crates/*/src/`
`packages/` directories
`test/`
`app/models/`
`app/jobs/`
CI