Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.82 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.82 KB

AWS Common Runtime for Ruby

aws-crt Gem Version Build Status Github forks Github stars

Links of Interest

Installation

AWS CRT bindings are available from RubyGems as the aws-crt gem.

gem 'aws-sdk-s3', '~> 1'
gem 'aws-crt', '~> 0'

aws-crt currently provides fast checksum implementations for CRC32c and CRC64.

Versioning

This project uses semantic versioning. You can safely express a dependency on a major version and expect all minor and patch versions to be backwards compatible.

A CHANGELOG can be found at each gem's root path (i.e. aws-crt can be found at gems/aws-crt/CHANGELOG.md). The CHANGELOG is also accessible via the RubyGems.org page under "LINKS" section.

Maintenance and support for SDK major versions

For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide:

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.