edc-connector-client
A Rust client for EDC.
Installation
Install from crates.io
[]
= "0.1"
Examples
Basic usage
Fetching an asset with id 1 and reading the description property as string.
use ;
async
Development
Compiling
git clone https://github.com/wolf4ood/edc-rs.git
cd edc-rs
cargo build
Running Tests
Some tests run against a running instance of EDC.
You can use docker compose to start an instance for testing.
docker compose -f testing/docker-compose.yml up -d
cargo test