synca 0.4.0

Write asynchronous code, and synca will create a synchronous version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# synca

Write asynchronous code, and synca will create a synchronous version.

## Docs

[docs.rs](https://docs.rs/synca/latest/synca/)

## Examples

### pg_as_calc

A library that allows you to use Postgres as a calculator

- [README.md]https://github.com/sgr-team/rs_synca/blob/main/examples/pg_as_calc/README.md
- [Cargo.toml]https://github.com/sgr-team/rs_synca/blob/main/examples/pg_as_calc/Cargo.toml
- [src/lib.rs]https://github.com/sgr-team/rs_synca/blob/main/examples/pg_as_calc/src/lib.rs