dioxus-resize-observer 0.3.0

Resize observer hooks for Dioxus.
Documentation
name: CI

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

env:
  CARGO_TERM_COLOR: always

jobs:
  build_and_test:
    name: Rust project - latest
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Install the nightly toolchain
        uses: dtolnay/rust-toolchain@nightly
      - run: cargo build --verbose
      - run: cargo test --verbose