teloxide-inline-widgets

Crates.ioteloxide-inline-widgets
lib.rsteloxide-inline-widgets
version0.1.0
sourcesrc
created_at2024-08-09 16:12:09.234459
updated_at2024-08-09 16:12:09.234459
descriptionLibrary for creation of inline-keyboard widgets for teloxide framework
homepagehttps://github.com/syrtcevvi/teloxide-inline-widgets
repositoryhttps://github.com/syrtcevvi/teloxide-inline-widgets
max_upload_size
id1331130
size426,701
Сырцев Вадим Игоревич (syrtcevvi)

documentation

README

teloxide-inline-widgets

GitHub Actions Workflow Status docs.rs Crates.io Version Crates.io Total Downloads

The library for (easy?) creation of the inline-keyboard widgets for the teloxide framework.

There're some examples available!

Available widgets

Radio List

radio list example

Checkbox List

checkbox list example

Others

One of the most desired thing is to combine widgets together. Currently, the library supports the simple Layout method which allows to combine base-widgets within single keyboard.

multiple widgets

Roadmap

  • Simplify API with proc-macros
  • Pagination mechanism
  • Add date-picker widget
  • Add custom callbacks to some actions
  • Add ability to allow custom limitations to widgets
Commit count: 0

cargo fmt