An open API service indexing awesome lists of open source software.

https://github.com/pulseflow/workers

a collection of core workers for pulseflow apis
https://github.com/pulseflow/workers

api cf-workers cloudflare cloudflare-workers rust rust-api rust-lang worker workers

Last synced: 4 months ago
JSON representation

a collection of core workers for pulseflow apis

Awesome Lists containing this project

README

          

# workers

a collection of core workers for pulseflow apis

interpulse forked from `modrinth/daedalus` under MIT license.

## MSRV (Minimum Supported Rust Version)

the current MSRV is `1.80.0`, but the latest `nightly` version is recommended.
this is because the metadata server used `LazyLock` which was introduced in `1.80.0`.
if you are exclusively using `interpulse`, the MSRV is lower.