Say how to run the prototype, examples, and tests

This commit is contained in:
Aaron Fenyes 2024-11-25 01:37:48 -08:00
parent 848f7d665b
commit dc5020752b
2 changed files with 50 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/bin/bash
# run all Cargo examples, as described here:
#
# Karol Kuczmarski. "Add examples to your Rust libraries"