-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.tpl
39 lines (27 loc) · 1.72 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<div align="center">
<pre>
██████╗ ████████╗███╗ ██╗██╗███████╗██╗ ██╗
██╔══██╗╚══██╔══╝████╗ ██║██║██╔════╝╚██╗ ██╔╝
██████╔╝ ██║ ██╔██╗ ██║██║█████╗ ╚████╔╝
██╔══██╗ ██║ ██║╚██╗██║██║██╔══╝ ╚██╔╝
██████╔╝ ██║ ██║ ╚████║██║██║ ██║
╚═════╝ ╚═╝ ╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝
---------------------------------------------------
rust library to simplify allowing user input over the web
</pre>
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/NotThatRqd/btnify/rust.yml)
[![docs.rs](https://img.shields.io/docsrs/btnify)](https://docs.rs/btnify)
</div>
> Hosts a website with buttons for you so you can focus on what matters!
Btnify is a small library that lets you host a website with some buttons that will call a function or closure
when clicked. Under the hood, Btnify uses [Axum](https://github.com/tokio-rs/axum). This library is pretty simple,
but it works, and it's open source! Please leave a pull request with any improvements you have :) I would appreciate it
very much.
## Installation
Run `cargo add btnify`
or
Add `btnify = "{{version}}"` to your `Cargo.toml`
## How to use
[Docs are here](https://docs.rs/btnify)
{{readme}}