mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Update README.md
This commit is contained in:
parent
ab7d130cf2
commit
017138fd18
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- **Type-safe.** teloxide leverages the Rust's type system with two serious implications: resistance to human mistakes and tight integration with IDEs. Write fast, avoid debugging as possible.
|
- **Type-safe.** teloxide leverages the Rust's type system with two serious implications: resistance to human mistakes and tight integration with IDEs. Write fast, avoid debugging as possible.
|
||||||
|
|
||||||
- **Persistency.** By default, teloxide stores all user dialogues in RAM, but you can store them somewhere else (for example, in DB) just by implementing 2 functions.
|
- **Persistency.** By default, teloxide stores all user dialogues in RAM, but you can store them somewhere else (for example, in DB) just by implementing 2 functions.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
Loading…
Reference in a new issue