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