function-grep 0.1.1

find functions in files, powered by tree sitter
Documentation
1
2
3
4
5
fn foo() {}

fn bar() {
    fn foo() {}
}