GithubHelp home page GithubHelp logo

aoc2020-rust's Introduction

AOC 2020 Electric Rustaloo ๐Ÿฆ€

About

My main solution repo for Advent of Code 2020. Expect some dangerously fun Rust action!

This is mostly my attempt at polishing my Rust skills in a controlled environment.

Usage

I assume you know some Rust basics, like how to get it on your computing machine (rustup recommended!) and how to use cargo.

If not, go to https://rustup.rs/, or check out help for rustup at your *nix distribution.

The solutions are all single rust programs in the src/days/ directory. All of them have their own binary configuration in the Cargo.toml file.

To run a specific solution, execute the following:

cargo run --bin <SOLUTION_NAME> [<INPUT_FILE>]

aoc-utils crate

Although Rust tries to combine succinctness and efficiency, it is in many aspects not as expressive as, say, Python.

For AOC solutions, one of the imperative things for me is to be able to read input from various sources. That includes regular text files and STDIN, for quick dirty runs with data manually input from the keyboard.

To be able to do that without writing lots of boilerplate code in each solution, I have devised the aoc-utils crate.

aoc2020-rust's People

Contributors

tranzystorekk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.