Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 499 Bytes

Overview

This repository contains a clean-room implementation of the JMESPath Community specification in Rust.

How-to build

cd src/
make build
make test
make coverage
make compliance

Work in progress

This is a work in progress.

  • Full grammar specification
  • Builtin functions
  • Thread-safety
  • Performance
  • Code coverage (currently 86.58%)
  • Bonus points for styling