ADA_Standards 0.2.0

A library to help you handle checks on your ADA projects, especially good to build scripts to check coding standards conformity.
Documentation
[dependencies.fancy-regex]
version = "0.14.0"

[dependencies.indextree]
version = "4.7.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.11.1"

[lib]
name = "ADA_Standards"
path = "src/lib.rs"

[package]
authors = ["Francesco Abate "]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "development-tools", "data-structures"]
description = "A library to help you handle checks on your ADA projects, especially good to build scripts to check coding standards conformity."
edition = "2024"
keywords = ["string", "parsing", "analysis", "ADA", "code"]
license = "MIT"
name = "ADA_Standards"
readme = "README.md"
version = "0.2.0"

[[test]]
name = "test"
path = "tests/test.rs"