public
Description: the Rx schema and validation system
Homepage: http://rjbs.manxome.org/rx
Clone URL: git://github.com/rjbs/rx.git
rx / todo.txt
100644 20 lines (16 sloc) 0.474 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TYPE:
  //date
  //datetime
  //or
 
  /meta/
  /extra/
  /text/
 
errors that indicate source of first problem
instruction to learn composite schema
Rx for API
parameterized composite types
Rx-assisted emitter
 
Rx Capsule - a data structure that declares the promised schema of contents
  * assert what types / versions are available
  * version can be a type, so you can range it or use any[ranges]
  * { capsule-version, schema-of-payload, payload, type-avail-assertions }