clang-format 0.3.0

A basic clang-format Rust wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Andrew Hayzen <andrew.hayzen@kdab.com>", "Gerhard de Clercq <gerhard.declercq@kdab.com>", "Leon Matthes <leon.matthes@kdab.com>"]
description = "A basic clang-format Rust wrapper"
edition = "2021"
exclude = [".github/", "tests.sh"]
license = "MIT OR Apache-2.0"
name = "clang-format"
readme = "README.md"
repository = "https://github.com/KDAB/clang-format-rs/"
version = "0.3.0"