Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octogonapus/libawscrt.jl

Julia bindings for the AWS Common Runtime
https://github.com/octogonapus/libawscrt.jl

Last synced: 20 days ago
JSON representation

Julia bindings for the AWS Common Runtime

Awesome Lists containing this project

README

        

# LibAWSCRT

| :exclamation: This is unfinished, early software. Expect bugs and breakages! |
|------------------------------------------------------------------------------|

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Octogonapus.github.io/LibAWSCRT.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Octogonapus.github.io/LibAWSCRT.jl/dev)
[![TagBot](https://github.com/Octogonapus/LibAWSCRT.jl/actions/workflows/TagBot.yml/badge.svg)](https://github.com/Octogonapus/LibAWSCRT.jl/actions/workflows/TagBot.yml)
[![Build Status](https://github.com/Octogonapus/LibAWSCRT.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Octogonapus/LibAWSCRT.jl/actions/workflows/CI.yml?query=branch%3Amain)

Julia bindings for the [AWS Common Runtime](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html).
See [AWSCRT.jl](https://github.com/Octogonapus/AWSCRT.jl) for high-level wrappers.

## Installation

```julia
pkg> add LibAWSCRT
```