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

@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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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


Languages

python--v1 javascript git vue-js adonis-js git


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

external-rust-is-a-multi-paradigm-system-programming-language-logo-color-tal-revivo react react-native expo

Pinned Loading

  1. ADN ADN Public

    🧬 The easy way to install LSP in Helix Editor

    Rust 8 2

  2. Actix-Desde-0 Actix-Desde-0 Public

    Rust

  3. GoLS GoLS Public

    A common LS command.

    Go 4 1

  4. dotfiles dotfiles Public

    Nix