Skip to content

Commit

Permalink
docs: Add hint on name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Aug 5, 2023
1 parent 775d7bc commit ae6d233
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Binary Search Single Sorted String: Perform binary search on a single, delimited string
slice of sorted but unevenly sized substrings.

View the [docs](https://docs.rs/b4s) for more information.
The docs are best viewed via [docs.rs](https://docs.rs/b4s).

[![codecov](https://codecov.io/github/alexpovel/b4s/branch/main/graph/badge.svg?token=jCISYOujgB)](https://codecov.io/github/alexpovel/b4s)[![crates](https://img.shields.io/crates/v/b4s.svg)](https://crates.io/crates/b4s)

Expand Down Expand Up @@ -271,3 +271,8 @@ considered essentially zero-cost. This viewpoint benefits this crate.
for](https://github.com/alexpovel/betterletters) is sensitive to startup-time, as the
program's main processing is *rapid*. Even just 50ms of startup time would be very
noticeable, slowing down a program run by a factor of about 10.

## Note on name

The 3-letter name is neat. Should you have a more meaningful, larger project that could
make better use of it, let me know. I might move this crate to a different name.

0 comments on commit ae6d233

Please sign in to comment.