Implement FromStr<Path>
for ics24_host::Path
#1460
Labels
O: new-feature
Objective: cause to add a new feature or support
FromStr<Path>
for ics24_host::Path
#1460
Crate
The
ibc
crate.Summary
Implement
FromStr<Path>
forics24_host::Path
in order to facilitate deserialization in concretePath
s inbasecoin-rs
.Problem Definition
As part of #14 in
basecoin-rs
, we're looking to add the ability to deserialize string paths into concretePath
s. While this could be done on the Basecoin side, this is functionality that others will likely find useful so well, so it makes sense to implement it inibc-rs
to reduce code duplication.Proposal
Implement
FromStr<Path>
, which would essentially be doing the opposite of theDisplay<Path>
impl.Acceptance Criteria
Implementing of
FromStr<Path>
added with adequate testing coverage.For Admin Use
The text was updated successfully, but these errors were encountered: