tailwag 0.3.0

This is the main crate for the Tailwag suite, an experimental framework for building batteries-included application prototypes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Tailwag Example: Retail Shop

I built this example to port some of the logic and data structures from an
earlier application I built. The goal was to build a practical, working example
of an application using the framework, and implement the missing features that I
feel are required for the full-featured framework I hope to achieve.

With this example, I built out nested data structures (One-to-One), image
uploads (multipart), and async queued tasks (worker pattern). I've also had to
rework and fine-tune some tech debt that I created when hacking together the
bare bones cases at the beginning. Ultimately I'm very happy with this
iteration, and I have a strong direction to take this app.