ADA_Standards 1.2.2

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.16.2"

[dependencies.indextree]
version = "4.7.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.12.2"

[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."
documentation = "https://docs.rs/ADA_Standards"
edition = "2024"
keywords = ["string", "parsing", "analysis", "ADA", "code"]
license = "MIT"
name = "ADA_Standards"
readme = "README.md"
repository = "https://github.com/frontinus/ADA_Standards_Lib"
version = "1.2.2"

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