Fredrik Park
Home Posts Tags Categories

Rust tip: Use error handling in tests

Remove unwrap from tests and use ? instead!

Fredrik Park published on December 05, 2023
2 min, 336 words
Read More

Categories: Tips

Tags: rust tip anyhow testing

My Rust Dockerfile

Lets deploy small docker images for Rust

Fredrik Park published on February 26, 2018
9 min, 1607 words
Read More

Categories: CI/CD

Tags: rust docker

Rust tip: Improve your testing using context structures

Enable setup and teardown functionality in Rust tests

Fredrik Park published on December 06, 2023
2 min, 234 words
Read More

Categories: Tips

Tags: rust tip testing

Making a secure Axum route

How to build a secure Axum route using JWT with tests

Fredrik Park published on December 05, 2023
20 min, 3925 words
Read More

Categories: Axum

Tags: rust axum security jwt testing

Rust error: Cannot borrow as mutable because it is also borrowed as immutable

Can't change stuff when I am iterating over it

Fredrik Park published on December 13, 2023
3 min, 415 words
Read More

Categories: Errors

Tags: rust error solution

Search