You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As almost nothing actually depends on std, there is no need to keep a
dependency on it. This allows users such as the jid crate to actually
be no_std as well.
The only exception is std::error::Error, which is now exposed as
core::error::Error in nightly but not yet stabilized, see
rust-lang/rust#103765
0 commit comments