We currently have a bunch of functions that are infallible if the `index` argument is within-bounds however we return a `SignError`, this obfuscates the code. Add an `IndexOutOfBoundsErorr`. While we are at it make it an enum so users can differentiate between which vector the out of bounds access was attempted against. |
||
---|---|---|
.. | ||
map | ||
error.rs | ||
macros.rs | ||
mod.rs | ||
raw.rs | ||
serialize.rs |