-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
no_stdno_std compatibilityno_std compatibility
Description
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
Labels
no_stdno_std compatibilityno_std compatibility