Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions posts/inside-rust/2020-09-18-error-handling-wg-announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: post
title: "Announcing the Error Handling Project Group"
author: Sean Chen
description: "Announcing the Error Handling Project Group"
team: the library team <https://www.rust-lang.org/governance/teams/library>
---

Today we are announcing the formation of a new project group under
the libs team, focused on error handling!

Some of the goals this project group will be working on include:

1. Defining and codifying common error handling terminology.
2. Generating consensus on current error handling best practices.
3. Identifying pain points that exist in Rust’s error handling story.
4. Communicating current error handling best practices.
5. Consolidating the Rust error handling ecosystem.

This new project group is being shepherded by Jane Lusby
([@yaahc](https://github.com/yaahc)) and Sean Chen
([@seanchen1991](https://github.com/seanchen1991)), with Andrew
Gallant ([@BurntSushi](https://github.com/burntsushi)) acting in
an advisory capacity and Ashley Mannix
([@KodrAus](https://github.com/KodrAus)) acting as the library team
liaison.

Anyone interested in helping out with the above goals is invited to
come say hi in the group’s [Zulip stream]. Feel free to also check
out the group’s [GitHub repository].

[Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/257204-project-error-handling
[GitHub repository]: https://github.com/rust-lang/project-error-handling