Update README.md

Added link to issue, in note about kdtree supporting only up to 3d.
This commit is contained in:
fulara 2016-12-29 04:36:42 +01:00 committed by GitHub
parent 35b6d2220d
commit 90c3793fc0

View File

@ -12,7 +12,7 @@ pub trait KdtreePointTrait : Copy {
}
```
Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D.
Thanks to this trait you can use any dimension. Keep in mind that the tree currently only supports up to 3D [#2](/../../issues/2).
Examplary implementation would be:
```
pub struct Point3WithId {