rust
Crossplatform Business Logic in Rust
Rust's lack of a large runtime makes it highly portable, which is ideal for implementing shared business logic across multiple target platforms and programming languages.
Tomas Tauber•
Read article
Tomas has an academic background in programming language implementation; he completed his PhD in Computer Science at The University of Hong Kong, and worked a research compiler for typed (System F-based) functional programming languages to Java. Since 2018, he has been working professionally with the Rust programming language. He’s a core maintainer of pest, a popular parser generator for Rust.
2 posts by this author
Rust's lack of a large runtime makes it highly portable, which is ideal for implementing shared business logic across multiple target platforms and programming languages.
How to set up Rust logging in AWS Lambda for AWS CloudWatch.