rust-bitcoin-unsafe-fast/io/src
Tobin C. Harding 31dda6d53d
Make io::Error Sync
Currently we use a marker that contains an `UnsafeCell` but `UnsafeCell`
is not `Sync` so this makes `io::Error` not `Sync`. We can instead wrap
the `UnsafeCell` and implement `Sync` for it.

Fix: #3883
2025-01-21 10:01:30 +11:00
..
bridge.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00
error.rs Make io::Error Sync 2025-01-21 10:01:30 +11:00
lib.rs Make Cursor methods const 2025-01-16 13:35:25 +11:00
macros.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00