Crates.io | ttftp |
lib.rs | ttftp |
version | 0.2.0 |
source | src |
created_at | 2024-11-13 02:56:09.595896 |
updated_at | 2024-11-13 17:28:16.254817 |
description | A sans-io TFTP library. Currently provides only a client and does not support options. |
homepage | |
repository | |
max_upload_size | |
id | 1445897 |
size | 92,952 |
a (Tremendously) Trivial File Transfer Protocol implementation
TTFTP is a sans-io, no-std, no-alloc TFTP implementation as according to RFC 1350. Currently, this crate implements only a client and does not support options.