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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ADA_Standards"

version = "1.2.2"

edition = "2024"

authors = ["Francesco Abate "]

license = "MIT"

description = "A library to help you handle checks on your ADA projects, especially good to build scripts to check coding standards conformity."

keywords = ["string", "parsing", "analysis", "ADA", "code"]

categories = ["text-processing", "development-tools", "data-structures"]

documentation = "https://docs.rs/ADA_Standards"

repository = "https://github.com/frontinus/ADA_Standards_Lib"



[dependencies]

indextree = "4.7.4"

regex = "1.12.2"

lazy_static = "1.5.0"

fancy-regex = "0.16.2"