serde_json_borrow 0.9.0

Provides JSON deserialization into a borrowed DOM
Documentation
name: Rust

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Build
      run: cargo build --verbose
    - name: Run tests cowkeys ff
      run: cargo test --verbose --features cowkeys
    - name: Run tests no default
      run: cargo test --verbose --no-default-features
    - name: Run tests default
      run: cargo test --verbose