c3_sdk 0.1.0

The C3 SDK for Rust
Documentation
# c3-sdk-rust

> The [C3]https://github.com/c3systems/c3-go SDK for Rust.

NOTE: This is a work-in-progress.

## Install

```bash
cargo install c3_sdk
```

## Usage

Here's a hello world example

```rust
TODO
```

## Test

```bash
make test
```

## License

[GNU AGPL 3.0](LICENSE)