modelsrev

modelsrev
Setup a blog with Hugo and Github Pages It was long my desire to write a blog with stuff that interests me.Lately i was studying Golang and i came across Hugo which is a really nice and fast ...
0 Read More

Rust Generics Made Simple

Rust Generics Made Simple
A common requirement in programming is using the same function to handle data of different types. In programming languages that don’t support generics, you usually need to write a separate function ...
0 Read More