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
Investigate whether there's a safe way in Rust to have a global registry of KeyManager instances that are
typed to a particular primitive (rather than the catchall enum Primitive).
#60 adds a typed version of PrimitiveSet which allows the individual primitives to be typed (but doesn't alter the global registry nor the need for init() methods)
Investigate whether there's a safe way in Rust to have a global registry of
KeyManager
instances that aretyped to a particular primitive (rather than the catchall
enum Primitive
).See README for more details.
The text was updated successfully, but these errors were encountered: