Skip to content
View Wilovy09's full-sized avatar
🐧
I want to learn how to use TS/Rust, really know how to use it in a good way.
🐧
I want to learn how to use TS/Rust, really know how to use it in a good way.

Highlights

  • Pro

Organizations

@RustLangES @nexorbs

Block or report Wilovy09

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wilovy09/README.md

Typing SVG

banner


Technologies

python--v1 javascript external-rust-is-a-multi-paradigm-system-programming-language-logo-color-tal-revivo vue-js csharp logo csharp logo


use actix_web::{web, get, App, HttpServer, 
Responder, HttpResponse};

#[get("/")]
async fn hello_world() -> HttpResponse {
    HttpResponse::Ok().json("Hello, World")
}

#[actix_web::main]
async fn main() -> std::io::Result<()> {
    HttpServer::new(|| {
        App::new()
            .service(hello_world)
    })
    .bind("127.0.0.1:8080")?
    .run()
    .await
}

Currently learning

How to start a business and actually survive the process.
@nexorbs

Pinned Loading

  1. Grow-rs Grow-rs Public

    A database seeder written in rust

    Rust 11 3

  2. ADN ADN Public archive

    🧬 The easy way to install LSP in Helix Editor

    Rust 10 2