Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/smithy bindgen #143

Closed
wants to merge 18 commits into from
Closed

Feat/smithy bindgen #143

wants to merge 18 commits into from

Commits on Feb 20, 2023

  1. smithy-bindgen macros

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ac6acd8 View commit details
    Browse the repository at this point in the history
  2. docs

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f127d2b View commit details
    Browse the repository at this point in the history
  3. add some tests

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    84b8253 View commit details
    Browse the repository at this point in the history
  4. add gh workflow file, rustfmt

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    28325d7 View commit details
    Browse the repository at this point in the history
  5. bump weld-codegen to 0.6.1

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7ab5e0d View commit details
    Browse the repository at this point in the history
  6. undo bump version

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a5dbd16 View commit details
    Browse the repository at this point in the history
  7. remove scratch file

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    06fe122 View commit details
    Browse the repository at this point in the history
  8. README update

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bb7ab8c View commit details
    Browse the repository at this point in the history
  9. remove unused symbols

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6c66487 View commit details
    Browse the repository at this point in the history
  10. improve docs

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e500757 View commit details
    Browse the repository at this point in the history
  11. more docs

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    9300f2c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. make Transport Send + Sync so a Sender can be run in a spawned task

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6d3e216 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. bump async-nats to 0.27.1

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4ebb97c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix Transport Clone

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    83439db View commit details
    Browse the repository at this point in the history
  2. add test case for keyvalue struct

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0529d39 View commit details
    Browse the repository at this point in the history
  3. update crates: wasmbus-rpc to 0.12.0, weld-codegen to 0.7.0

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3612c73 View commit details
    Browse the repository at this point in the history
  4. make Transport Clone, fix clippy errors

    Signed-off-by: stevelr <steve@cosmonic.com>
    stevelr committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6181bd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    8686217 View commit details
    Browse the repository at this point in the history