rust

Pinned ·

Python one-liners in Rust

This page is an ongoing collection of "one-liners" in python translated into rust. Python's duck typing system can allow for very brief code. The intent of this page is to help other python programmers learn rust. Use these with caution as "one liners" are not…