miniorm 0.4.1

a *very* simple ORM built on top of sqlx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Doc

on: [push, pull_request]

env:
  CARGO_TERM_COLOR: always
  RUSTFLAGS: "-Dwarnings" # Make sure CI fails on all warnings, including Clippy lints

jobs:
  documentation:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Run Doc
        run: cargo doc --workspace --all-features