Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goto-bus-stop/yolofd
A tiny, synchronous `multipart/form-data` writer.
https://github.com/goto-bus-stop/yolofd
Last synced: about 22 hours ago
JSON representation
A tiny, synchronous `multipart/form-data` writer.
- Host: GitHub
- URL: https://github.com/goto-bus-stop/yolofd
- Owner: goto-bus-stop
- License: apache-2.0
- Created: 2020-07-28T14:20:07.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2024-07-10T17:48:04.000Z (4 months ago)
- Last Synced: 2024-10-24T16:26:53.296Z (21 days ago)
- Language: Rust
- Homepage: https://yolofd.surge.sh/yolofd
- Size: 750 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# yolofd
A tiny, synchronous `multipart/form-data` writer.This is mostly untested and was not written with quality in mind. It works for the one use case
that I need it for :)## Installation
From git:
```toml
yolofd = { git = "https://github.com/goto-bus-stop/yolofd.git", branch = "default" }
```## Docs
[On surge.sh](https://yolofd.surge.sh/yolofd)## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)