Skip to content

Maniktherana/first-foray-into-rust-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2024-01-19 at 11 29 03 PM

Slides and code examples from my talk

In this talk I covered my learnings when trying to solve Advent of Code and building a TCP server in Rust.

Echo Server

To run the echo server:

cd echo_server
cargo run

Test it with telnet:

telnet localhost 8080

Optionally, host the server on a vm and test it against Protohacker's tests

Advent of Code

This is just my attempt of AoC Day 1. You can view the rest of my attempts here.

To run a test:

cd aoc_day1
cargo test --bin part1.rs

To run against the entire input:

cargo run --bin part1.rs

About

Code and slides from my talk titled "A soy dev's first foray into Rust"

Topics

Resources

Stars

Watchers

Forks