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
There are a lot of features available in specs, and none of these features are documented in any useful. The Cargo.toml is not self-documenting (I think this is more a failing of Cargo than this project) and they are not specifically mentioned in the documentation. I just spent a very frustrating 90 minutes trying to figure out why specs::saveload is not a real module (in the end, to compile the sample code, I needed to add "serde" and "uuid_entity").
Motivation
I just spent a very frustrating 90 minutes trying to figure out why specs::saveload is not a real module.
Drawbacks
Extra documentation has to be maintained. But this seems manageable.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to comment if this is still relevant.
Description
There are a lot of features available in specs, and none of these features are documented in any useful. The
Cargo.toml
is not self-documenting (I think this is more a failing of Cargo than this project) and they are not specifically mentioned in the documentation. I just spent a very frustrating 90 minutes trying to figure out whyspecs::saveload
is not a real module (in the end, to compile the sample code, I needed to add"serde"
and"uuid_entity"
).Motivation
I just spent a very frustrating 90 minutes trying to figure out why
specs::saveload
is not a real module.Drawbacks
Extra documentation has to be maintained. But this seems manageable.
The text was updated successfully, but these errors were encountered: