Skip to content

Commit

Permalink
Update to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Sep 23, 2023
1 parent 48896fe commit c5f56bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ company assets, list of users in a corporate intranet, etc.)
Indicium easily can handle millions of records without breaking a sweat thanks
to Rust's [BTreeMap](https://cglab.ca/~abeinges/blah/rust-btree-case/). This
crate is primarily limited by available memory. However, depending on the nature
your data-set and if there keywords that are repeated many times, performance
may begin to degrade at a point.
your data-set and if there are keywords that are repeated many times,
performance may begin to degrade at a point.

# What's New?

Expand Down Expand Up @@ -52,10 +52,6 @@ implementation for free.
last (partial) keyword in the search string for _autocompletion_ and _live
search_ only. Keywords at the start or in the middle of the user's search string
will not be substituted.
* Some changes for an upcoming `0.5.0` release are being considered.
This release could have some changes that would allow `indicium` to
provide feedback to the user, including which keywords have been
substituted.

* `0.4.0`: Breaking changes:
* Builder pattern is now passed owned values.
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
//! the last (partial) keyword in the search string for _autocompletion_ and
//! _live search_ only. Keywords at the start or in the middle of the user's
//! search string will not be substituted.
//! * Some changes for an upcoming `0.5.0` release are being considered.
//! This release could have some changes that would allow `indicium` to
//! provide feedback to the user, including which keywords have been
//! substituted.
//!
//! * `0.4.0`: Breaking changes:
//! * Builder pattern is now passed owned values.
Expand Down

0 comments on commit c5f56bb

Please sign in to comment.