Join
Anton Vasiljev
@antono
Trivial things about software development
1 Follower
6 Following
10 posts
antono.info
All posts
rust
aoc
python
rust

Something about Cargo

Photo by Philipp Medicus (CC BY-NC 2.0)

January 5, 2019, 18:50
38

AOC: Puzzle 4: struct and impl

DISCLAIMER

December 27, 2018, 22:40
26

AOC: Puzzle 2.2 in rust

Input is the same as for 2.1. This time I must find ids that differs by one letter in the same position:

December 14, 2018, 23:45
27

Borrowing in Rust

Doing puzzle #2 of advent of code challenge in Rust. The puzzle is pretty simple. Input looks like this:

December 12, 2018, 13:32
27

AOC: Sharing code in Rust

After first puzzle in advent of code i found a function that can be reused:

December 12, 2018, 10:56
21

Result<T,E> in Rust

In my first puzzle in advent of code challenge I used some copy/pasted rust code which was not completely clear to me... It's time to understand the code and document it here.

December 10, 2018, 22:03
46

AOC Posts disclaimer

Photo by Mike Baird (CC BY 2.0) Cropped.

December 9, 2018, 23:38
42
1

Advent of code: Puzzle 1.2

Photo by Kevin Utting (CC BY 2.0) Cropped.

December 9, 2018, 22:52
40

Advent of Code in Rust

Photo by Paul VanDerWerf (CC BY 2.0) Cropped.

December 9, 2018, 17:35
117