flowfull 0.1.0

Async Rust client for Flowfull and Flowless-compatible backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Contributing

Run these before submitting changes:

```bash
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-features
```

The crate defaults to backend-safe session behavior. Do not change `include_session` to default `true` for Rust.