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
The purpose of a prelude module is to re-export items commonly used in everyday use of the library. Adding it to the generated crate would mean customers (and our own examples) wouldn't have to use pokemon_service_server_sdk::... repeatedly to collect all the base imports.