editorconfig 1.0.0

A crate that implements editorconfig
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
doc = false
name = "editorconfig"

[dependencies]
argparse = "0.2.1"
ordermap = "0.2.10"
regex = "0.2"

[package]
authors = ["Andrea Cognolato <andrecogno@hotmail.it>", "Matt Horn <matt@matthorn.tech>"]
description = "A crate that implements editorconfig"
license = "MIT"
name = "editorconfig"
repository = "https://github.com/mrandri19/rust-editorconfig"
version = "1.0.0"