jean-pierreBoth / hnswlib-rs

Rust implementation of the HNSW algorithm (Malkov-Yashunin)
Other
159 stars 21 forks source link

Format code using rustfmt #13

Closed jerry73204 closed 7 months ago

jerry73204 commented 12 months ago

It formats the whole source code by simply running cargo fmt.

jean-pierreBoth commented 7 months ago

i now use systematically rustfmt on save. Thanks.