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 Jun 4, 2025. It is now read-only.
Plugins in general should have long, descriptive names in Cargo.toml; this is already laid out in the book.
For the example plugins, maybe just prefixing with "cimvr_example_".
This helps avoid name collisions.
TODO: Append the semver major number to the
pkg_namespace!()macro? Can be retrieved via macros from the stdlib (env!()).