gitpoap-rs
A Rust implementation of the gitpoap.
It supports both the wasm
and native
targets. So, you can use it in the browser or in the terminal.
Prerequisites
wasm-pack
- To install
wasm-pack
, follow the instructions here.
- To install
Build
Compile to native
:
Compile to wasm
:
Usage
use get_gitpoaps_for_github_user;
async