arbitrary 0.3.1

The trait for generating structured data from unstructured data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

set -eux

cd $(dirname $0)/derive

cargo publish

cd ..

# Let the crates.io index figure out we've published `derive_arbitrary` already.
sleep 5

cargo publish