Skip to content

Make serialize function infallible and remove error variant.#124

Merged
nyonson merged 1 commit intorust-bitcoin:mainfrom
nyonson:infallible-serde
Jul 3, 2025
Merged

Make serialize function infallible and remove error variant.#124
nyonson merged 1 commit intorust-bitcoin:mainfrom
nyonson:infallible-serde

Conversation

@nyonson
Copy link
Copy Markdown
Collaborator

@nyonson nyonson commented Jul 3, 2025

The underlying functions only fail on I/O which doesn't occur when writing to an in memory vector.

closes #114

The underlying functions only fail on I/O which doesn't occur when
writing to an in memory vector.
@nyonson nyonson merged commit d7a849a into rust-bitcoin:main Jul 3, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serialization could potentially be infallible

1 participant