lnurlkit 0.1.0

All you need to support LNURL and nothing more
Documentation
# LNURL Kit โšก๐Ÿฑ
![badge](https://github.com/lsunsi/lnurlkit/actions/workflows/test.yml/badge.svg)

A ready-to-useยน implementation of the [LNURL](https://github.com/lnurl/luds) specification.

This library works as a client so you can support the protocol with ease and even learn about it.

ยน _Soon to be. Currently it's still on early stages and should be considered experimental._

## Current support

- [LUD-01]https://github.com/lnurl/luds/blob/luds/01.md: โœ… implementation โš ๏ธ example ๐Ÿ†˜ test
- [LUD-02]https://github.com/lnurl/luds/blob/luds/02.md: โœ… implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-03]https://github.com/lnurl/luds/blob/luds/03.md: โœ… implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-04]https://github.com/lnurl/luds/blob/luds/04.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-05]https://github.com/lnurl/luds/blob/luds/05.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-06]https://github.com/lnurl/luds/blob/luds/06.md: โœ… implementation โš ๏ธ example ๐Ÿ†˜ test
- [LUD-07]https://github.com/lnurl/luds/blob/luds/07.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-08]https://github.com/lnurl/luds/blob/luds/08.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-09]https://github.com/lnurl/luds/blob/luds/09.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-10]https://github.com/lnurl/luds/blob/luds/10.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-11]https://github.com/lnurl/luds/blob/luds/11.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-12]https://github.com/lnurl/luds/blob/luds/12.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-13]https://github.com/lnurl/luds/blob/luds/13.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-14]https://github.com/lnurl/luds/blob/luds/14.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-15]https://github.com/lnurl/luds/blob/luds/15.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-16]https://github.com/lnurl/luds/blob/luds/16.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-17]https://github.com/lnurl/luds/blob/luds/17.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-18]https://github.com/lnurl/luds/blob/luds/18.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-19]https://github.com/lnurl/luds/blob/luds/19.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test
- [LUD-20]https://github.com/lnurl/luds/blob/luds/20.md: ๐Ÿ†˜ implementation ๐Ÿ†˜ example ๐Ÿ†˜ test

## Future work
- Remove SOS signs from above list (by just working on it)
- Make it client agnostic (currently it uses [reqwest]https://github.com/seanmonstar/reqwest)
- Make it both sync and async (I want no part in this war)
- Breaking it into client / structures (flexibility right)

###### Thanks