ec4rs 1.0.2

EditorConfig For Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["TheDaemoness"]
categories = ["config", "parser-implementations"]
description = "EditorConfig For Rust"
edition = "2021"
homepage = "https://github.com/TheDaemoness/ec4rs"
include = ["/src", "/README.md", "/DOC.md"]
keywords = ["editorconfig"]
license = "Apache-2.0"
name = "ec4rs"
readme = "README.md"
repository = "https://github.com/TheDaemoness/ec4rs"
rust-version = "1.56"
version = "1.0.2"