24 days of Rust – lettre

lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails…

Similar

Ruby YJIT Ported to Rust

In December 2021, we opened an issue to solicit feedback regarding the porting of the YJIT codebase from C99 to Rust. There were some reservations, but this project was given the go ahead by Ruby c... (more…)

Read more »

Rust Container Cheet Sheet

into_boxed_slice ptr T Legend 4/8 bytes Box<T> Vec<T> len cap ptr cap len ptr 4/8 bytes T T T Rc<T> ptr strong weak T Box<[T]> len ptr len T T T Box<Trait> T vtable size Arc<T> ptr strong weak T 4/8 bytes atomic allocat... (more…)

Read more »