https://github.com/jcaesar/unmemftp
https://github.com/jcaesar/unmemftp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcaesar/unmemftp
- Owner: jcaesar
- Created: 2020-05-27T08:35:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T08:54:23.000Z (over 5 years ago)
- Last Synced: 2025-02-09T12:43:07.543Z (12 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ummm... unmemFTP!
A quick implementation of a `StorageBackend` for [unFTP](https://crates.io/crates/libunftp) that returns static files from memory — Is intended for testing things that access FTP, and code-quality-wise, you probably don't want to use it outside of your `dev-dependencies`.
See the [tests](./tests/test.rs) for simple usage examples.
Currently only supports reads. Implementing writes may require implementing some sharing mechanism between different instances of the storage backend, but shouldn't be too difficult.