Update README.md (#170)

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Kerem Kat <keremkat@gmail.com>

Co-authored-by: Kerem Kat <keremkat@gmail.com>
This commit is contained in:
Russell Cohen 2021-01-26 12:30:42 -05:00 committed by GitHub
parent 2ff12e6ac9
commit edb395f6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,15 +1,19 @@
# Smithy Rust ![status](https://github.com/awslabs/smithy-rs/workflows/CI/badge.svg) # Smithy Rust ![status](https://github.com/awslabs/smithy-rs/workflows/CI/badge.svg)
Smithy code generators for Rust Smithy code generators for Rust
The nightly SDK build can be found under `Actions -> CI (take latest run) -> Artifacts`
**All internal and external interfaces are considered unstable and subject to change without notice.**
## Setup ## Setup
1. `./gradlew` will setup gradle for you 1. `./gradlew` will setup gradle for you
2. Running tests requires a working Rust installation. See [Rust docs](https://www.rust-lang.org/learn/get-started) for 2. Running tests requires a working Rust installation. See [Rust docs](https://www.rust-lang.org/learn/get-started) for
installation instructions on your platform. installation instructions on your platform. Minimum supported Rust version is the latest released Rust version, although older versions may work.
## Run tests ## Run tests
```./tesh.sh``` ```./tesh.sh```
This will run all the unit tests, codegen an example model end-to-end and validates that the generated code compiles. This will run all the unit tests, codegen example models & Dynamo DB, validate that the generated code compiles, and run any tests targeting the generated code.
## Development ## Development
For development, pre-commit hooks may be useful. Setup: For development, pre-commit hooks may be useful. Setup: