trace-doc 0.1.0

A Rust-based framework for compile-time, zero-cost traceability and specification modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "trace-doc"
version = "0.1.0"
authors = ["Arnaud Riess <arnaud.riess@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2024"
description = "A Rust-based framework for compile-time, zero-cost traceability and specification modeling"
repository = "https://github.com/arnoox/trace-doc"
homepage = "https://github.com/arnoox/trace-doc"
documentation = "https://docs.rs/trace-doc"
readme = "README.md"
keywords = ["traceability", "requirements", "testing", "safety-critical"]
categories = ["development-tools"]

[dependencies]