expression_engine_lts 0.8.0

An expression engine written in pure rust (LTS)
Documentation
# Changelog

All notable changes to this fork will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2025-07-09

### Added

- Changes from [Pull Request #27]https://github.com/ashyanSpada/expression_engine_rs/pull/27
- Changes from [Pull Request #28]https://github.com/ashyanSpada/expression_engine_rs/pull/28
- Changes from [Pull Request #29]https://github.com/ashyanSpada/expression_engine_rs/pull/29

### Fixed

- Missing export for `Literal` making it impossible to use the parser produced `ExprAST`

### Changed

- Upgrade dependencies: rust_decimal 1.37, once_cell 1.21, rstest 0.25, criterion 0.6
- Rename crate and refactor unit tests

### Removed

- Old github workflows. New ones will be added later.
- VSCode garbage
- SECURITY.md as it doesn't appear to be related to this project