Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
parity
Mirrored projects
parity-scale-codec
Repository
parity-scale-codec
src
codec.rs
Find file
Blame
History
Permalink
IoReader suppose Seek impl to be of fixed len, substrate usage is otherwise (#212)
· e8cd17dd
thiolliere
authored
Jun 03, 2020
Seek trait doesn't ensure that the length is fixed, thus our usage in IoReader is wrong. Now fixed.
e8cd17dd