Open
Description
Since this is a library, we don't want to crash the consumer.
Currently, there are a number of unwrap
and other potential panics in the code. We need a better error-handling strategy.
Unfortunately, this might be difficult to reconcile with the functional approach currently taken (multiple chained map
)