Open Masterchef365 opened 1 year ago
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 "cimvrexample". 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!()).
pkg_namespace!()
env!()
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 "cimvrexample". 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!()
).