Skip to content

Muffy1/template-rust-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-rust-service

A Rust + Axum + Tokio service template, with CI delegated to muffy86/infra-automation.

Quick start

cargo run
curl http://localhost:8080/health
# {"status":"ok","service":"template-rust-service","version":"0.1.0"}

What's wired up

  • Cargo.toml — axum 0.7, tokio, tracing, tower-http
  • src/main.rs/ and /health endpoints
  • src/ai/mod.rs — provider-agnostic AI client (Ollama/OpenAI/Anthropic/Venice/Groq/OpenRouter)
  • tests/integration.rs — smoke test
  • CI delegates to muffy86/infra-automation/.github/workflows/ci-rust.yml@main

About

[ARCHIVED 2026-06-07] empty/tiny. Was: template-rust-service

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages