all repos — omglolrs @ e145ea75641793aaba05be2b89d9b0922ff53142

A Rust wrapper for api.omg.lol.

Makefile and documentation
Gil Poiares-Oliveira gil@poiares-oliveira.com
Tue, 02 May 2023 19:49:15 +0100
commit

e145ea75641793aaba05be2b89d9b0922ff53142

parent

a804edec9b696040ccf81cbce7ad871f8002e4d2

2 files changed, 6 insertions(+), 1 deletions(-)

jump to
A Makefile

@@ -0,0 +1,5 @@

+build: + cargo build + +doc: + cargo doc --no-deps
M README.mdREADME.md

@@ -1,7 +1,7 @@

# omglol crate for Rust A asynchronous Rust wrapper for the omg.lol API by [Gil](https://gil.lol). -LICENSE: MPL 2.0 (see [`LICENSE`](LICENSE)) +LICENSE: MPL 2.0 (see [`LICENSE`](/LICENSE)) > **Warning**: **This is a work in progress** >