Docs.rs
  • ast-grep-core-0.39.1
    • ast-grep-core 0.39.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • HerringtonDarkholme
    • Dependencies
      • bit-set ^0.8.0 normal
      • regex ^1.10.4 normal
      • thiserror ^2.0.0 normal
      • tree-sitter ^0.25.4 normal optional
      • tree-sitter-typescript ^0.23.2 dev
    • Versions
    • 23.08% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

ast_grep_core0.39.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Node
  • Position
  • matcher::KindMatcher
  • matcher::MatchAll
  • matcher::MatchNone
  • matcher::NodeMatch
  • matcher::Pattern
  • matcher::PatternBuilder
  • matcher::RegexMatcher
  • meta_var::MetaVarEnv
  • ops::All
  • ops::And
  • ops::Any
  • ops::Not
  • ops::Op
  • ops::Or
  • source::Edit
  • tree_sitter::DisplayContext
  • tree_sitter::StrDoc
  • tree_sitter::TSLanguage
  • tree_sitter::TSPoint
  • tree_sitter::TSRange
  • tree_sitter::traversal::Level
  • tree_sitter::traversal::Post
  • tree_sitter::traversal::PostOrder
  • tree_sitter::traversal::Pre
  • tree_sitter::traversal::PreOrder
  • tree_sitter::traversal::TsPre
  • tree_sitter::traversal::Visit
  • tree_sitter::traversal::Visitor

Enums

  • MatchStrictness
  • matcher::KindMatcherError
  • matcher::PatternError
  • matcher::PatternNode
  • matcher::RegexMatcherError
  • meta_var::MetaVariable
  • replacer::TemplateFix
  • replacer::TemplateFixError
  • tree_sitter::TSParseError

Traits

  • language::Language
  • matcher::Matcher
  • matcher::MatcherExt
  • replacer::Replacer
  • source::Content
  • source::Doc
  • source::SgNode
  • tree_sitter::ContentExt
  • tree_sitter::LanguageExt
  • tree_sitter::traversal::Algorithm
  • tree_sitter::traversal::Traversal

Functions

  • matcher::kind_utils::are_kinds_matching
  • matcher::kind_utils::is_error_kind
  • tree_sitter::perform_edit

Type Aliases

  • AstGrep
  • meta_var::MetaVariableID
  • meta_var::Underlying