charx 1.1.0

A replacement for char::is_ascii*
Documentation
1
2
3
4
5
6
7
8
9
10
11
image:
  file: .gitpod.Dockerfile
tasks:
  - name: Cargo Check
    init: cargo check
  - name: Run Cargo Check
    command: >
      cargo watch -d 2 -w src -w Cargo.toml -x check -s 'touch .trigger' && gp sync-done CargoTrigger

  - name: Watch For Successful Check
    command: gp sync-await CargoTrigger && echo "Cargo Check Succeeded"