log-instrument 0.1.2

Offers an attribute procedural macro that adds `log::trace!` events at the start and end of attributed functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:
  push:

jobs:
  gitlint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Install gitlint
        run: sudo apt install gitlint

      - name: Run gitlint
        run: gitlint --ignore B6