Docs.rs
lynx-parser-0.1.0
lynx-parser 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
andev0x
Dependencies
anyhow ^1.0.102
normal
blake3 ^1.8.5
normal
lynx-protocol ^0.1.0
normal
tree-sitter ^0.26.9
normal
tree-sitter-go ^0.25.0
normal
tree-sitter-javascript ^0.25.0
normal
tree-sitter-python ^0.25.0
normal
tree-sitter-rust ^0.24.2
normal
tree-sitter-typescript ^0.23.2
normal
Versions
0%
of the crate is documented
Platform
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
Skip to main content
extract
lynx_
parser
0.1.0
In lynx_
parser::
symbol_
extraction::
python
lynx_parser
::
symbol_extraction
::
python
Function
extract
Copy item path
Source
pub fn extract( path: &
Path
, content: &
str
, ) ->
Result
<(
Vec
<
CodeChunk
>,
Vec
<
SymbolRecord
>)>