fof 0.1.12

A fast and flexible friends-of-friends algorithm for idenitfying galaxy groups in redshift surveys. This crate holds the core functionality which can be wrapped in other languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Rust crate for handling the friends-of-friends algorithm functionality for finding galaxy-groups in redshift surveys.

Tests can be run using:

```rust
cargo test
```

A small benchmarking test is included which can be run as
```rust
cargo test --release -- --nocapture tests/integration_bench.rs
```