signet-libmdbx 0.3.0

Idiomatic and safe MDBX wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: CI # Continuous Integration

on:
  workflow_dispatch:
  push:
    branches: [main]
  pull_request:

# simplest example of using the rust-base action
jobs:
  rust-library-base:
    uses: init4tech/actions/.github/workflows/rust-library-base.yml@main
    with:
      rust-profile: "ci-rust"