Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/project-error-handling
Error handling project group
https://github.com/rust-lang/project-error-handling
Last synced: 4 months ago
JSON representation
Error handling project group
- Host: GitHub
- URL: https://github.com/rust-lang/project-error-handling
- Owner: rust-lang
- License: apache-2.0
- Archived: true
- Created: 2020-09-12T21:17:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T03:12:21.000Z (over 2 years ago)
- Last Synced: 2024-09-25T20:14:05.138Z (4 months ago)
- Size: 3.01 MB
- Stars: 266
- Watchers: 73
- Forks: 18
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - rust-lang/project-error-handling - Error handling project group (Others)
README
# Error Handling Project Group
Welcome to the repository for the Error Handling Project Group! We're focused on
defining and communicating Rust's error handling story.This is the repository we use to organise our work. Please refer to our
[charter] for more information on our goals and current scope.- Shepherds:
- [Jane Lusby (yaahc)](https://github.com/yaahc)
- [Sean Chen (seanchen1991)](https://github.com/seanchen1991)
- Rust library team contact:
- [Mara Bos (m-ou-se)](https://github.com/m-ou-se)
- Advisors:
- [Andrew Gallant (BurntSushi)](https://github.com/burntsushi)[charter]: ./CHARTER.md
## How do I follow the project group's work?
The best place to start is probably the agenda of the next meeting. This is
where we track action items from the previous meeting, the previous meetings
agenda and minutes, and upcoming topics for the next meeting. You can also check
out our issue tracker, project boards, and zulip chat to see all of the pieces
of work that we're doing.- [Upcoming Meeting Agenda][active-agenda]
- [Libs Team Tracked Issues][libs-error-project-tab]
- [Project Group Tracked Issues][upstream-work-project-board]
- [Project Group Repo Issues][open issues]
- [Project Group Zulip Stream][chat-link]## How Can I Get Involved?
Participation in this project group is open to all. You can see our work in
progress via our [open issues] on this repository and you can participate in
discussions via our [Zulip stream][chat-link] and or introduce yourself in the
[new members thread][members-thread]. We primarily coordinate via our meetings,
which are tracked [here][meeting-schedule]. If you're interested in attending
our meetings but can't due to a schedule conflist please let us know on the
[scheduling issue] so we can best accommodate everyone.[open issues]: ../../issues
[scheduling issue]: ../../issues/2
[chat-link]: https://rust-lang.zulipchat.com/#narrow/stream/257204-project-error-handling
[meeting-schedule]: https://calendar.google.com/calendar/u/0/[email protected]
[active-agenda]: https://hackmd.io/@rust-libs/SkPmShkLD
[libs-error-project-tab]: https://github.com/rust-lang/libs-team/projects/2#column-10224181
[upstream-work-project-board]: https://github.com/rust-lang/project-error-handling/projects/1
[members-thread]: https://rust-lang.zulipchat.com/#narrow/stream/257204-project-error-handling/topic/New.20Members