Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Add toy implementation #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

hlbarber
Copy link
Owner

@hlbarber hlbarber commented Aug 16, 2022

Overview

This is a toy implementation of the ideas described in smithy-lang/smithy-rs#1620

Notes

  • The workspace is divided into two crates:
    • generated, containing all Kotlin generated code
    • runtime, containing all code which belongs in rust-runtime/aws-smithy-http-server
  • For brevity many method implementations have been omitted and we forgo type erasure on some Futures.
  • To see the API usage see the examples/usage.rs example.

@hlbarber hlbarber changed the title Add basic implementation Add toy implementation Aug 16, 2022
@hlbarber hlbarber force-pushed the harryb/basic-implementation branch 2 times, most recently from 5852ebf to c35f7c2 Compare August 23, 2022 21:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant