chrom 1.2.0

A simple library for representing colours
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI
on: [push, pull_request]
jobs:
  ci:
    name: CI
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4
      - name: Test
        run: cargo test
      - name: Lint
        run: cargo clippy
      - name: Check for errors
        run: cargo check