asny / tri-mesh

A triangle mesh data structure including basic operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the `ID` trait public

Jasper-Bekkers opened this issue · comments

Right now it's kind of difficult to match ID's with my own custom data-structures, it would be a lot easier if ID was pub instead of pub(crate).

Reasonable request. The IDs have a deref function in the latest commit to master.