Docs.rs
taudit-core-1.0.8
taudit-core 1.0.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
0ryant
Dependencies
chrono ^0.4
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
thiserror ^2
normal
criterion ^0.5
dev
Versions
70.75%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module map
taudit_
core
1.0.8
Module map
Module Items
Structs
Functions
In crate taudit_
core
taudit_core
Module
map
Copy item path
Source
Structs
§
Authority
Map
Authority map: which steps have access to which secrets/identities.
MapRow
A row in the authority map: one step and its authority grants.
Functions
§
authority_
map
Build the authority map from a graph.
job_
names
Distinct job names attached to Step nodes via
META_JOB_NAME
. Sorted alphabetically — used to render helpful error messages when a user passes
--job <name>
that doesn’t match any step.
render_
dot
Render the authority graph as a Graphviz DOT digraph string.
render_
map
Render the authority map as a formatted table string.
render_
mermaid
Render the authority graph as a Mermaid
flowchart LR
(parity with
render_dot
’s
rankdir=LR
).