Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Changelog

All notable changes to the ChemFST project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2023-12-01

Added

  • Initial project structure with lib.rs and main.rs
  • Core FST (Finite State Transducer) functionality for chemical compound search
  • Prefix search implementation for chemical name autocomplete
  • Substring search implementation for chemical name lookup
  • Memory-mapped file support for efficient loading of large chemical databases
  • Integration tests
  • Basic documentation