Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 04:47:53 +06:00 committed by GitHub
parent ab7d130cf2
commit 017138fd18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
## 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.
- **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