smithy-rs/rust-runtime/aws-smithy-checksums
David Tolnay 191103c524
Delete nonprintable characters from aws-smithy-checksums test (#3778)
## Motivation and Context

The nonprintable characters in this source file make tools misidentify
it as a binary file, rather than source code.

## Description

**Before:**

```console
$ file rust-runtime/aws-smithy-checksums/src/http.rs
rust-runtime/aws-smithy-checksums/src/http.rs: data
```

**After:**

```console
$ file rust-runtime/aws-smithy-checksums/src/http.rs
rust-runtime/aws-smithy-checksums/src/http.rs: ASCII text
```

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-08-07 15:39:14 +00:00
..
src Delete nonprintable characters from aws-smithy-checksums test (#3778) 2024-08-07 15:39:14 +00:00
Cargo.toml Delete nonprintable characters from aws-smithy-checksums test (#3778) 2024-08-07 15:39:14 +00:00
LICENSE add: callback trait proposed in rfc#0012 (#1329) 2022-04-21 12:51:01 -05:00
README.md Add request compression runtime crate (#3627) 2024-05-08 09:26:19 -07:00
external-types.toml Move `SdkBody` and `bytestream` into `aws-smithy-types` (#3026) 2023-10-17 17:07:45 +00:00

README.md

aws-smithy-checksums

Checksum calculation and verification callbacks for HTTP request and response bodies sent by service clients generated by smithy-rs.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.