ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268 stars 28 forks source link

refactor!: merge Error and HttpError #204

Closed EdJoPaTo closed 2 months ago

EdJoPaTo commented 2 months ago

Also, From<std::io::Error> for Error is removed as it could result in accidental wrong error kinds when the ? operator is used.

BREAKING CHANGE: Error::Http changed and HttpError struct is gone.