Description
Crate
The ibc
crate.
Summary
Implement FromStr<Path>
for ics24_host::Path
in order to facilitate deserialization in concrete Path
s in basecoin-rs
.
Problem Definition
As part of #14 in basecoin-rs
, we're looking to add the ability to deserialize string paths into concrete Path
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 in ibc-rs
to reduce code duplication.
Proposal
Implement FromStr<Path>
, which would essentially be doing the opposite of the Display<Path>
impl.
Acceptance Criteria
Implementing of FromStr<Path>
added with adequate testing coverage.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate milestone (priority) applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity