You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
organic/src/iter
Tom Alexander 4897952330
clippy Build clippy has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
Make creating AllAstNodeIter explicit.
This is to remove the ambiguity between calling iter on the specific structs like Document and calling iter on an AstNode by having an explicitly-named function to create the iterator.
7 months ago
..
all_ast_node_iter.rs Make creating AllAstNodeIter explicit. 7 months ago
ast_node_iter.rs Implement ExactSizeIterator for the other node types. 7 months ago
macros.rs Implement ExactSizeIterator for the other node types. 7 months ago
mod.rs Move AstNode into the types crate. 8 months ago