Sha256: d808de4bbff94d5ea56f1b1783497b0c6cd107534853aca8c79ee8404d8c2399
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
# This config file is for the `cargo-check-external-types` tool that is run in CI. # The following are types that are allowed to be exposed in Tokio's public API. # The standard library is allowed by default. allowed_external_types = [ "bytes::buf::buf_impl::Buf", "bytes::buf::buf_mut::BufMut", "tokio_macros::*", ]
Version data entries
24 entries across 24 versions & 1 rubygems