metosin/malli

Full support for decimal

Open

#1.272 geöffnet am 1. Apr. 2026

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Clojure (237 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (1.724 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello :) Found myself having to make some stylistic compromises with decimals in my schema, and would have liked it if it was supported like a :double schema with min max preds and bound generation.

Alternatives:

  • use decimal? and custom generators / and :and for bounds
  • define my own schema

Thanks

Contributor Guide