#hello-world #axum #axum-server #agent #setup #tool

app hello_world_tool

An agent tool for a hello world axum server

4 releases

0.1.4 Jun 5, 2024
0.1.3 Jun 4, 2024
0.1.1 Jun 4, 2024
0.1.0 Jun 4, 2024

#3 in #hello-world

Download history 315/week @ 2024-06-03 7/week @ 2024-06-10

322 downloads per month

MIT license

12KB

hello_world_tool: A Simple Web Server with Axum

This repository contains a simple web server implemented using the Axum framework, designed to serve a basic "Hello, World!" response. It is intended for use by agents who require a straightforward example of an Axum server setup that they can add endpoints to.

Overview

The server is set up to listen on port 3000 and responds with "Hello, World!" to any requests to the root URL (/). This example is particularly useful for understanding the basics of setting up an HTTP server with Axum and handling simple get requests.

Requirements

  • Rust Programming Language
  • Cargo (Rust's package manager and build system)

Running the Server

To run the server, follow these steps:

  1. Ensure you have Rust and Cargo installed.
  2. Clone this repository to your local machine
  3. Run cargo run in the project directory

Dependencies

~8–19MB
~284K SLoC