Rust at TCell.io: Trusting Agents with Rust

Rust was created with the goal to achieve a secure systems programming language that does not compromise performance. Here’s a look at how tCell uses Rust. Read more

Similar

Overview of Rust error handling libraries

Rust's error handling is a pleasure to use thanks to the Result type. It ensures Rust's error handling is always correct, visible, and performant. And with the addition of the ? operator in Rust 1.13, and the addition of return types from main in Rust 1.2... (more…)

Read more »