Skip to content

Commit

Permalink
chore(release): version 2.0.0 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthJadhav committed Nov 8, 2022
1 parent 9c729a8 commit 279d732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_search"
version = "1.0.0"
version = "2.0.0"
description = "Blazingly fast file search library built in Rust"
edition = "2021"
authors = ["Parth Jadhav <jadhavparth99@gmail.com>"]
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Blazingly fast file search crate built in Rust πŸ”₯

Please report any problems you encounter when using rust search here: [Issues](https://github.com/ParthJadhav/rust_search/issues)

Add `rust_search = "1.0.0"` in Cargo.toml.
Add `rust_search = "2.0.0"` in Cargo.toml.

```toml
[dependencies]
rust_search = "1.0.0"
rust_search = "2.0.0"
```

## Examples

Genral use
General use

```rust
use rust_search::SearchBuilder;
Expand Down Expand Up @@ -110,13 +110,14 @@ The benchmark was done on a directories containing 45K files.

+ rust_search** is 1.09 times faster than FD.
```

## πŸ‘¨β€πŸ’» Contributors

Any contributions would be greatly valued as this library is still in its early stages.

- Doccumentation
- Documentation
- Benchmarks
- Implementation guidlines
- Implementation guidelines
- Code Improvement

If you want to contribute to this project, please follow the steps below:
Expand Down

0 comments on commit 279d732

Please sign in to comment.