maybe_path 0.1.3

Zero overhead static initializer for Path
Documentation
name: Docs
# By a huge margin the slowest test, so we run it separately

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4

    # Run tests with all features
    - name: Run complete tests
      run: cargo test --doc