This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
teloxide
Watch
1
Star
0
Fork
You've already forked teloxide
0
mirror of
https://github.com/teloxide/teloxide.git
synced
2025-03-15 20:07:47 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
52f1b6d8a9
teloxide
/
src
History
Temirkhan Myrzamadi
52f1b6d8a9
Use Either instead of ErrorKind
2019-12-31 14:22:15 +06:00
..
bot
Refactor teloxide::dispatching
2019-12-30 04:46:04 +06:00
dispatching
Use Either instead of ErrorKind
2019-12-31 14:22:15 +06:00
network
I previous commit I accidentally run
cargo +stable fmt
(instead of
+nightly
) and forgot
std::
in one of imports. This commit fixes both problems.
2019-12-26 22:52:14 +03:00
requests
fmt
2019-12-07 18:51:23 +03:00
types
Fix weird formatting
2019-12-12 01:03:06 +06:00
errors.rs
Replace impl Error + derive Display with thiserror
2019-10-13 13:05:22 +06:00
lib.rs
Remove uses of
!
to be compatible with rust
<1.41
(in rust
>=1.41
core::convert::Infallible = !
so with latest versions we will work just fine)
2019-12-26 21:50:39 +03:00