Welcome to my blog.

Here you can find my articles on the topic of programming and my projects.

My interests are languages design and ergonomics, low level languages, asynchronous programming.

I use Go,Python,Rust. I know C,Kotlin.

Improving my library by contributing to Rust compiler

My crate cargo-build is a wrapper around cargo instructions available in build script build.rs. It makes heavy use of macros which leads to bad error messages. My pull request improved error messages inside Rust's standard library (including println! and write! macros) which improved error messages inside my library as well. Interestingly enough, there was no need to change crate's code.

read more →