issues
search
mattnenterprise
/
rust-ftp
FTP client for Rust
Apache License 2.0
182
stars
57
forks
source link
FIX - Impl Error for FtpError
#95
Closed
Elrendio
closed
3 years ago
Elrendio
commented
3 years ago
What it does:
Reduces allocation by using str
Impl std::error::Error for ::types::FtpError
92 removed the trait Error on FtpError however a lot downstream crates rely on this trait.
What it does:
92 removed the trait Error on FtpError however a lot downstream crates rely on this trait.