est 0.10.1

Extensions for the rust Standard library and Tokio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on: [push, workflow_dispatch]

jobs:
  mirror:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
      with:
        fetch-depth: 0
    - uses: yesolutions/mirror-action@master
      with:
        REMOTE: 'https://gitee.com/opensound-org/est.git'
        REMOTE_NAME: gitee
        GIT_USERNAME: czy29
        GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}