Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@icanvardar icanvardar released this 05 Nov 17:57
b289c12

Arbor - Release v0.1.0

Arbor is a command-line application written in Rust, designed to provide quick, trie-based autocomplete suggestions. Arbor lets users enter words interactively and suggests completions based on the input prefix.

Interactive Mode

In interactive mode, Arbor will prompt you to enter words or prefixes. Based on the entered text, it will provide autocomplete suggestions.

  1. Adding Words: Type a word and press Enter to add it to the trie.
  2. Autocomplete Suggestions: Type a prefix and press Enter to see a list of words that match the prefix.

Features

  • Interactive Autocomplete - Provides word suggestions based on prefixes entered by the user.
  • Efficient and Lightweight - Built with Rust for high performance and low memory usage.
  • Easy Installation - Can be installed directly via Cargo.

Installation

You can install Arbor using Cargo:

cargo install arbor-cli