Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)