ferth 0.2.0

A safe, native-sized Forth. no_std compatible.
Documentation
---
repos:
  - repo: local
    hooks:
      - id: cargo-fmt
        name: cargo fmt
        entry: cargo fmt --
        language: system
        types: [rust]
        pass_filenames: false

      - id: cargo-clippy
        name: cargo clippy
        language: system
        types: [rust]
        pass_filenames: false
        entry: cargo clippy --all-targets --all-features -- -D warnings

      - id: pinact
        name: pinact
        language: system
        files: \.github/
        pass_filenames: false
        entry: pinact run