cliff3-util 0.2.5

SHA(256/512) hash, AES/RSA 암복화, 한글, I/O 및 날짜 관련 함수 모음 입니다.
Documentation
name: Cargo test
on:
    push:
        branches: [ main, develop, ]
        paths: [ "**.rs", "**.toml" ]

env:
    CARGO_TERM_COLOR: always

jobs:
    build:
        runs-on: ubuntu-latest
        steps:
#            Windows일 경우
#            -   run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
#                if: runner.os == 'Windows'
#            -   run: vcpkg install openssl:x64-windows-static-md
#                if: runner.os == 'Windows'
            -   uses: actions/checkout@v2
            -   name: Build
                run: cargo build --verbose
            -   name: Run tests
                run: cargo test --verbose