Skip to content

Commit

Permalink
Added a note about no_std compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Dec 20, 2024
1 parent caca95b commit ceafa4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ nabo is a fast K Nearest Neighbour (KNN) library for low-dimensional spaces.
It is a re-implementation in pure Rust of the [C++ library of the same name](https://github.com/ethz-asl/libnabo) by its [original author](http://stephane.magnenat.net).
This work has been sponsored by [Enlightware GmbH](https://enlightware.ch).

nabo is `no_std` compatible.

## Usage

To use nabo in your project, you need either:
Expand Down

0 comments on commit ceafa4d

Please sign in to comment.