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
- Host: GitHub
- URL: https://github.com/zoni/rust-wordcount
- Owner: zoni
- License: cc0-1.0
- Created: 2020-03-30T19:37:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T20:06:46.000Z (almost 5 years ago)
- Last Synced: 2025-05-05T16:56:17.747Z (about 1 year ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/