mention regress in the README
This commit is contained in:
parent
7e64a98fd5
commit
302d281075
|
@ -58,10 +58,16 @@ Similarly, if there is a `format` field set to `uuid`:
|
||||||
And if there are any websocket channel endpoints:
|
And if there are any websocket channel endpoints:
|
||||||
```diff
|
```diff
|
||||||
[dependencies]
|
[dependencies]
|
||||||
+base64 = "0.13"
|
+base64 = "0.21"
|
||||||
+rand = "0.8"
|
+rand = "0.8"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If types include regular expression validation:
|
||||||
|
```diff
|
||||||
|
[dependencies]
|
||||||
|
+regress = "0.4.1"
|
||||||
|
```
|
||||||
|
|
||||||
The macro has some additional fancy options to control the generated code:
|
The macro has some additional fancy options to control the generated code:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in New Issue