Docs.rs
  • ast-grep-core-0.14.0
    • ast-grep-core 0.14.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • HerringtonDarkholme
    • Dependencies
      • bit-set ^0.5.3 normal
      • regex ^1.10.2 normal
      • thiserror ^1.0.50 normal
      • tree-sitter-facade-sg ^0.9.2 normal
      • tree-sitter-typescript ^0.20.3 dev
    • Versions
    • 28.15% 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.14.0

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • AstGrep
  • Node
  • language::TSLanguage
  • matcher::FindAllNodes
  • matcher::KindMatcher
  • matcher::MatchAll
  • matcher::MatchNone
  • matcher::NodeMatch
  • matcher::Pattern
  • matcher::RegexMatcher
  • meta_var::MetaVarEnv
  • meta_var::MetaVarMatchers
  • ops::All
  • ops::And
  • ops::Any
  • ops::Not
  • ops::Op
  • ops::Or
  • source::Edit
  • source::StrDoc
  • traversal::Level
  • traversal::Post
  • traversal::PostOrder
  • traversal::Pre
  • traversal::PreOrder
  • traversal::Visit
  • traversal::Visitor

Enums

  • matcher::KindMatcherError
  • matcher::PatternError
  • matcher::RegexMatcherError
  • meta_var::MetaVarMatcher
  • meta_var::MetaVariable
  • replacer::Fixer
  • replacer::FixerError
  • source::TSParseError

Traits

  • language::Language
  • matcher::Matcher
  • replacer::IndentSensitive
  • replacer::Replacer
  • source::Content
  • source::Doc
  • traversal::Algorithm
  • traversal::Traversal

Functions

  • source::perform_edit

Type Aliases

  • meta_var::MetaVariableID