Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octogonapus/libawscrt.jl
- Owner: Octogonapus
- License: mit
- Created: 2022-04-22T16:10:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T20:19:52.000Z (about 1 year ago)
- Last Synced: 2024-12-19T08:55:34.695Z (20 days ago)
- Language: Julia
- Size: 1000 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```