An open API service indexing awesome lists of open source software.

https://github.com/zoni/rust-wordcount

Example rust application to showcase error handling patterns
https://github.com/zoni/rust-wordcount

Last synced: 12 months ago
JSON representation

Example rust application to showcase error handling patterns

Awesome Lists containing this project

README

          

# Rust wordcount

This repository contains example code to accompany the blog post _[Rust: Structuring and handling errors in 2020]_.

> After working through _“the book”_ on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn’t yet feel well-equipped to handle: _“How should you structure error handling in a mature rust application?”_

[Read more →][Rust: Structuring and handling errors in 2020]

[Rust: Structuring and handling errors in 2020]: https://nick.groenen.me/posts/rust-error-handling/