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 Show output of failed semver checks 2024-08-27 20:44:10 +02:00
check-semver-pr.sh Show output of failed semver checks 2024-08-27 20:44:10 +02:00
copy-githooks.sh just: install/remove git hooks 2024-07-13 14:05:32 -04:00
crates.sh Set CRATES mechanically 2024-09-02 09:21:19 +10:00
gen_label_config.sh ci: shellcheck checks 2024-05-11 18:08:53 +00:00
release.sh ci: shellcheck checks 2024-05-11 18:08:53 +00:00
test-miri.sh Add basic `miri` checks 2024-09-08 20:24:00 +02:00
test_vars.sh CI: Remove shebang from non-executable scripts 2024-05-31 10:10:00 +10:00
update-lock-files.sh Add a script for updating lock files 2023-08-24 11:03:06 +10:00