Skip to content

Commit

Permalink
Add RFC for client crate organization (#1936)
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Cohen <[email protected]>
Co-authored-by: Zelda Hessler <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2022
1 parent 5e1ad29 commit 381467d
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 0 deletions.
2 changes: 2 additions & 0 deletions design/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
- [RFC-0022: Error Context and Compatibility](./rfcs/rfc0022_error_context_and_compatibility.md)
- [RFC-0023: Evolving the new service builder API](./rfcs/rfc0023_refine_builder.md)
- [RFC-0024: RequestID](./rfcs/rfc0024_request_id.md)
- [RFC-0025: Constraint traits](./rfcs/rfc0025_constraint_traits.md)
- [RFC-0026: Client Crate Organization](./rfcs/rfc0026_client_crate_organization.md)

- [Contributing](./contributing/overview.md)
- [Writing and debugging a low-level feature that relies on HTTP](./contributing/writing_and_debugging_a_low-level_feature_that_relies_on_HTTP.md)
1 change: 1 addition & 0 deletions design/src/rfcs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
- [RFC-0023: Evolving the new service builder API](./rfc0023_refine_builder.md)
- [RFC-0024: RequestID](./rfc0024_request_id.md)
- [RFC-0025: Constraint traits](./rfc0025_constraint_traits.md)
- [RFC-0026: Client Crate Organization](./rfc0026_client_crate_organization.md)
Loading

0 comments on commit 381467d

Please sign in to comment.