When I tried to use another crate crevice, I found the example given in its docs seems not working. The example using cgmath is here in its README. Then I found out I need to use the feature "mint" of cgmath to enable From implementations.
Although this seems not related to cgmath itself at all, I'd like to suggest you clearly mention the feature mint in your docs, because it is weird that I can turn on this feature in cargo, but I cannot find any documentation about mint feature in your docs. Maybe you have written about "mint" feature somewhere and I didn't find it. If it's so, I apologize in advance.
When I tried to use another crate
crevice, I found the example given in its docs seems not working. The example usingcgmathis here in its README. Then I found out I need to use the feature "mint" ofcgmathto enableFromimplementations.Although this seems not related to
cgmathitself at all, I'd like to suggest you clearly mention the featuremintin your docs, because it is weird that I can turn on this feature incargo, but I cannot find any documentation aboutmintfeature in your docs. Maybe you have written about "mint" feature somewhere and I didn't find it. If it's so, I apologize in advance.