rust-bk-tree icon indicating copy to clipboard operation
rust-bk-tree copied to clipboard

A BK-tree implementation in Rust.

Results 5 rust-bk-tree issues
Sort by recently updated
recently updated
newest added

These files have the executable bit set. .gitignore .travis.yml LICENSE README.md scripts/id_rsa.enc scripts/travis-doc-upload.cfg src/lib.rs src/metrics.rs Strangely, there is no problem on the github repo, it is only on the crate...

Signed-off-by: TennyZhuang

just a typo fix for using the struct: https://github.com/eugene-bulkin/rust-bk-tree/blob/3292a77ef7b452af845532347ef175e292c9e058/src/metrics.rs#L30

Adding methods `.to_vec` and `.from_slice` to `BKNode` a la the [`serde_cbor`](https://github.com/pyfisch/cbor/tree/v0.11.1).