docker-image 0.2.0

A simple, no_std-compatible Docker image reference parser with strict adherence to Docker's naming rules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: fmt
      - id: cargo-check
      - id: clippy
  - repo: https://github.com/codespell-project/codespell
    rev: v2.2.4
    hooks:
      - id: codespell