|
25 | 25 | /></a> |
26 | 26 | <a href="https://crates.io/crates/suppaftp" |
27 | 27 | ><img |
28 | | - src="https://img.shields.io/crates/d/suppaftp.svg" |
| 28 | + src="https://img.shields.io/crates/d/suppaftp.svg?logo=rust" |
29 | 29 | alt="Downloads counter" |
30 | 30 | /></a> |
31 | 31 | <a href="https://crates.io/crates/suppaftp" |
32 | 32 | ><img |
33 | | - src="https://img.shields.io/crates/v/suppaftp.svg" |
| 33 | + src="https://img.shields.io/crates/v/suppaftp.svg?logo=rust" |
34 | 34 | alt="Latest version" |
35 | 35 | /></a> |
36 | 36 | <a href="https://ko-fi.com/veeso"> |
|
70 | 70 | --- |
71 | 71 |
|
72 | 72 | - [SuppaFTP](#suppaftp) |
73 | | - - [Introduction 👋](#introduction-) |
74 | | - - [Main differences between SuppaFTP and rust-ftp 🤔](#main-differences-between-suppaftp-and-rust-ftp-) |
75 | | - - [Get started 🏁](#get-started-) |
76 | | - - [Features](#features) |
77 | | - - [SSL/TLS Support](#ssltls-support) |
78 | | - - [Async support](#async-support) |
79 | | - - [Deprecated methods](#deprecated-methods) |
80 | | - - [Logging](#logging) |
81 | | - - [Examples 📚](#examples-) |
82 | | - - [Ftp with TLS (native-tls)](#ftp-with-tls-native-tls) |
83 | | - - [Ftp with TLS (rustls)](#ftp-with-tls-rustls) |
84 | | - - [Going Async](#going-async) |
85 | | - - [Built-in CLI client 🖥️](#built-in-cli-client-️) |
86 | | - - [Support the developer ☕](#support-the-developer-) |
87 | | - - [Changelog ⌛](#changelog-) |
88 | | - - [License 📜](#license-) |
89 | | - - [Contribution 🤝](#contribution-) |
| 73 | + - [Introduction 👋](#introduction-) |
| 74 | + - [Main differences between SuppaFTP and rust-ftp 🤔](#main-differences-between-suppaftp-and-rust-ftp-) |
| 75 | + - [Get started 🏁](#get-started-) |
| 76 | + - [Features](#features) |
| 77 | + - [SSL/TLS Support](#ssltls-support) |
| 78 | + - [Async support](#async-support) |
| 79 | + - [Deprecated methods](#deprecated-methods) |
| 80 | + - [Logging](#logging) |
| 81 | + - [Examples 📚](#examples-) |
| 82 | + - [Ftp with TLS (native-tls)](#ftp-with-tls-native-tls) |
| 83 | + - [Ftp with TLS (rustls)](#ftp-with-tls-rustls) |
| 84 | + - [Going Async](#going-async) |
| 85 | + - [Built-in CLI client 🖥️](#built-in-cli-client-️) |
| 86 | + - [Support the developer ☕](#support-the-developer-) |
| 87 | + - [Changelog ⌛](#changelog-) |
| 88 | + - [License 📜](#license-) |
| 89 | + - [Contribution 🤝](#contribution-) |
90 | 90 |
|
91 | 91 | --- |
92 | 92 |
|
|
0 commit comments