ironoxide 0.19.0

A pure-Rust SDK for accessing IronCore's privacy platform
Documentation
#!/bin/bash
# Recommend syntax for setting an infinite while loop
while :
do
	echo "Do something; hit [CTRL+C] to stop!"
	cargo test
done