Skip to content

url crate used by tendermint does not support no_std #985

@soareschen

Description

@soareschen

The struct url::Url is used inside tendermint::net, however the url crate cannot work under no_std. We would have to either move tendermint::net to a separate crate, or find an alternative crate that supports no_std.

Note that the tendermint::net module is not used in any part of the ibc crate. However it is not clear whether it is used indirectly by ibc elsewhere, which would complicate the issue.

There is a recent pending PR in August 2021 to support no_std in url: servo/rust-url#717. However it is not clear when it will get merged. An alternative solution would be to contribute upstream and push for that PR to get merged and released soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    no_stdno_std compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions