rust-bitcoin-unsafe-fast/io/src
Martin Habovstiak 94768d3f70 Add `set_position` method to `Cursor`
Without the ability to seek, the `Cursor` type is only useful for
wrapping owned buffers. In `std` the equivalent type also allows
seeking. We currently do not have the `Seek` trait so this simply adds a
method to set the position. Further, this adds a method to access inner
type so seeking from the end can be implemented (to compute the position
relative to the end).

Closes #3174
2024-08-15 21:57:21 +02:00
..
bridge.rs Add `bitcoin-io` -> `std` bridge 2024-08-15 21:57:10 +02:00
error.rs io: add not_unwind_safe as PhantomData 2024-07-25 12:19:48 -03:00
lib.rs Add `set_position` method to `Cursor` 2024-08-15 21:57:21 +02:00
macros.rs io: Remove blanket trait impls 2024-02-11 06:46:27 +11:00