rust-bitcoin-unsafe-fast/contrib
Tobin C. Harding 7f2cf1dce8
api: Include generics in regex
The regex is still wrong, it misses structs with generics.

Currently `contrib/api.sh io types` returns:

ErrorKind
Error
Sink

But with this patch applied it returns:

FromStd<T>
ToStd<T>
ErrorKind
Cursor<T>
Error
Sink
Take<'a, R: bitcoin_io::Read + ?core::marker::Sized>
2024-12-29 09:01:27 +11:00
..
api.sh api: Include generics in regex 2024-12-29 09:01:27 +11:00
check-for-api-changes.sh contrib: check if the user has cargo-public-api 2024-12-15 11:42:51 -03:00
check-semver-feature.sh
check-semver-pr.sh
copy-githooks.sh
crates.sh
gen_label_config.sh
release.sh
test-miri.sh Add basic `miri` checks 2024-09-08 20:24:00 +02:00
test_vars.sh
update-lock-files.sh