green-coder / minimallist

A minimalist data driven data model library, inspired by Clojure Spec and Malli.
Eclipse Public License 2.0
66 stars 1 forks source link

Create a better API for binding parsed data, usable bidirectionally. #15

Open green-coder opened 3 years ago

green-coder commented 3 years ago

The main usability problem of Minimallist is that the user does not have a convenient way to bind together some of the data of the model with a user-defined shape of data structure.

We need a good one, the describe function is too generic.