simple-cache-rs 0.4.0

A simple rust implementation of HashMap with expiration control.
Documentation
1
2
3
4
5
6
7
8
9
10
name: rust-unit-test
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/cargo@v1
        with:
          command: test