Skip to content

Commit

Permalink
[DOC] Update and rename README to README.md (chroma-core#1848)
Browse files Browse the repository at this point in the history
Doc cleanup
  • Loading branch information
HammadB authored Mar 8, 2024
1 parent 722a307 commit 34e2795
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rust/worker/README

This file was deleted.

12 changes: 12 additions & 0 deletions rust/worker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Readme
This folder houses the Rust code for the query and compactor nodes. It is a standard rust crate managed using cargo.

### Testing
`cargo test`

### Building
`cargo build`


### Rust version
Use rust 1.74.0 or greater.

0 comments on commit 34e2795

Please sign in to comment.