mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
parent
a2df72e903
commit
c017a1794f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
[Redis]: https://redis.io/
|
[Redis]: https://redis.io/
|
||||||
[Sqlite]: https://www.sqlite.org
|
[Sqlite]: https://www.sqlite.org
|
||||||
|
|
||||||
- **Strongly typed commands.** You can describe bot commands as enumerations, and then they'll be automatically constructed from strings — just like JSON structures in [`serde-json`] and command-line arguments in [`structopt`].
|
- **Strongly typed commands.** Define bot commands as an `enum` and teloxide will parse them automatically — just like JSON structures in [`serde-json`] and command-line arguments in [`structopt`].
|
||||||
|
|
||||||
[`structopt`]: https://github.com/TeXitoi/structopt
|
[`structopt`]: https://github.com/TeXitoi/structopt
|
||||||
[`serde-json`]: https://github.com/serde-rs/json
|
[`serde-json`]: https://github.com/serde-rs/json
|
||||||
|
|
Loading…
Add table
Reference in a new issue