Hi all.

I am happy to announce the first public release of funcool/struct
validation library.

https://github.com/funcool/struct

Why an other?

I have started on my project using well know and very nice library:
bouncer; that has worked pretty well for me, but over time I have needed
some features that are missing: such as value coercion and dependent
validators.

Then, I decided to build a own one. And these are the main highlights of
the resulting library:

- Validators are defined using plain hash-maps instead of opaque macros.
- Optional value coercion (very useful if you want to validate query params
or form-data that by default comes as string).
- Dependent validators (add the ability to the validator access to previos
state, also useful for form-data validation).
- Serves pretty well as simple data structure validation in the same way as
bouncer or schema works and also works well for validate user input such as
query params and forms.

Github: https://github.com/funcool/struct
Documentation: http://funcool.github.io/struct/latest/

Regards.
-- 
Andrey Antukh - Андрей Антух - <n...@niwi.nz>
http://www.niwi.nz
https://github.com/niwinz

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to