# 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)