chloro-core 0.7.5

Core functionality for chloro - a minimal Rust code formatter
Documentation
1
2
3
4
5
6
7
8
9
# chloro-core

[![crates.io](https://img.shields.io/crates/v/chloro-core.svg)](https://crates.io/crates/chloro-core)
[![documentation](https://docs.rs/chloro-core/badge.svg)](https://docs.rs/chloro-core)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/chloro-core.svg)](./LICENSE)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/chloro/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/chloro/master)
[![free of syn](https://img.shields.io/badge/free%20of-syn-hotpink)](https://github.com/fasterthanlime/free-of-syn)

Core implementation for chloro. See [main README](https://github.com/lmmx/chloro) for full documentation.