ajj 0.3.3

Simple, modern, ergonomic JSON-RPC 2.0 router built with tower and axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Rust CI
on:
  workflow_dispatch:
  push:
    branches: [main]
  pull_request:
env:
  CARGO_TERM_COLOR: always

jobs:
  rust-library-base:
    uses: init4tech/actions/.github/workflows/rust-library-base.yml@main