rust-bitcoin-unsafe-fast/fuzz
Tobin C. Harding 022730bd8d Add a workspace to the top level directory.
Create a directory `bitcoin` and move into it the following as is with
no code changes:

- src
- Cargo.toml
- contrib
- test_data
- examples

Then do:

- Add a workspace to the repository root directory.
- Add the newly created `bitcoin` crate to the workspace.
- Exclude `fuzz` and `embedded` crates from the workspace.
- Add a contrib/test.sh script that runs contrib/test.sh in each
  sub-crate
- Fix the bitcoin/contrib/test.sh script
2022-09-13 08:44:57 +10:00
..
fuzz_targets Move the address module out of util 2022-08-12 07:35:15 +10:00
hfuzz_input remove hfuzz input not used anymore 2021-09-24 11:51:40 +02:00
.gitignore Add fuzzing code 2017-06-07 09:19:25 +01:00
Cargo.toml Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
travis-fuzz.sh fuzz: use travis-fuzz.sh in CI 2022-08-30 21:51:42 +00:00