You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is an outcome of the protocols Rust docs issues tracked in #845.
While documenting protocols::v2::binary-sv2::no-serde-sv2::codec in #1009, areas of potential code debt were identified. This issue servers as a place to list out these items to then be addressed in an organized manner. The initial Rust documentation effort was an immediate action, while a refactoring (which implies breaking API changes) is not so urgent priority, so for now we should leave this in the backlog for an appropriate moment in the future.
Identified Potential Code Debt
TODO
The text was updated successfully, but these errors were encountered:
pubtraitVariable{constHEADER_SIZE:usize;//const ELEMENT_SIZE: usize;constMAX_SIZE:usize;fninner_size(&self) -> usize;// That could be [u8; Self::HEADER_SIZE] but rust do not allow itfnget_header(&self) -> Vec<u8>;}
Background
This task is an outcome of the
protocols
Rust docs issues tracked in #845.While documenting
protocols::v2::binary-sv2::no-serde-sv2::codec
in #1009, areas of potential code debt were identified. This issue servers as a place to list out these items to then be addressed in an organized manner. The initial Rust documentation effort was an immediate action, while a refactoring (which implies breaking API changes) is not so urgent priority, so for now we should leave this in the backlog for an appropriate moment in the future.Identified Potential Code Debt
TODO
The text was updated successfully, but these errors were encountered: