https://github.com/lukemathwalker/builder-experiments
https://github.com/lukemathwalker/builder-experiments
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukemathwalker/builder-experiments
- Owner: LukeMathWalker
- Created: 2022-10-11T17:00:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T07:45:07.000Z (over 3 years ago)
- Last Synced: 2025-11-02T16:27:47.411Z (9 months ago)
- Language: Rust
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementation PoC
This repository shows an implementation of the service builder API suggested in [this RFC proposal](https://github.com/awslabs/smithy-rs/pull/1859).
The new API can be found in the `*-experimental` crates, in particular [`pokemon-service-server-sdk-experimental/src/service.rs`](pokemon-service-server-sdk-experimental/src/service.rs).
Use `cargo run --bin pokemon-service-experimental` to test the error messages returned by the new API proposal.