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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Copying the pattern from the `lightning` crate, we re-export
`alloc`/`hashbrown` or `std` depending on whether the `std` feature is
set. We also copy some `sync` types from the `lightning` crate that
are `no-std` compatible.
Moreover, we check no-std compatibility in CI and, since we already
touched most of them, reorder and cleanup the `use` statements in all
modules.
0 commit comments