🦊 What's Changed 🦊
Android
nss
- Initialize nss explicitly (#6596)
BREAKING CHANGE:
Components need to call nss::ensure_initialized()
before using any component
that depends on NSS. Applications can depend on the init_rust_components
component to handle initialization.
rc_crypto
ensure_initialized()
now returns a Result