elegance 0.4.0

A pretty-printing library for Rust with a focus on speed and compactness.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Test

on:
  push:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: rustup default stable
      - uses: Swatinem/rust-cache@v2
      - run: cargo test