Docs.rs
  • rust-guardian-0.1.0
    • rust-guardian 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Theaxiom
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.5 normal
      • colored ^2.1 normal optional
      • crossterm ^0.27 normal optional
      • glob ^0.3 normal
      • lru ^0.12 normal optional
      • memmap2 ^0.9 normal optional
      • notify ^6.1 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0 normal
      • rayon ^1.8 normal
      • regex ^1.10 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9 normal
      • sha2 ^0.10 normal
      • syn ^2.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.8 normal
      • walkdir ^2.4 normal
      • criterion ^0.5 dev
      • rstest ^0.18 dev
      • tempfile ^3.8 dev
      • tokio-test ^0.4 dev
    • Versions
    • 87.22% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

rust_guardian0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • GuardianValidator
  • ValidationOptions
  • analyzer::AnalysisOptions
  • analyzer::Analyzer
  • analyzer::PatternStats
  • analyzer::rust::RustAnalyzer
  • cache::CacheStatistics
  • cache::FileCache
  • cache::FileEntry
  • config::ConfigBuilder
  • config::ExcludeConditions
  • config::GuardianConfig
  • config::PathConfig
  • config::PatternCategory
  • config::PatternRule
  • domain::violations::ValidationReport
  • domain::violations::ValidationSummary
  • domain::violations::Violation
  • domain::violations::ViolationCounts
  • patterns::PatternEngine
  • patterns::PatternMatch
  • patterns::path_filter::PathFilter
  • report::ReportFormatter
  • report::ReportOptions

Enums

  • config::RuleType
  • domain::violations::GuardianError
  • domain::violations::Severity
  • report::OutputFormat

Traits

  • analyzer::FileAnalyzer

Functions

  • agent::development_check
  • agent::pre_commit_check
  • agent::production_check
  • create_validator
  • patterns::validation::validate_ast_pattern_functionality
  • patterns::validation::validate_exclude_conditions_functionality
  • patterns::validation::validate_regex_pattern_functionality
  • validate_directory
  • validate_files

Type Aliases

  • domain::violations::GuardianResult