xensec_internal_tools/
lib.rs

1// Copyright 2021 Citrix
2// SPDX-License-Identifier: MIT OR Apache-2.0
3// There is NO WARRANTY.
4
5//! Xen Project Security Team - internal support tools
6//!
7//! You are not expected to want to use this crate.
8
9pub mod cache;
10pub mod analysis;
11pub mod config;
12pub mod cvelist;
13pub mod githelp;
14pub mod prelude;
15pub mod submit;
16pub mod upstream;
17pub mod xsagit;