Docs.rs
libcst-1.8.2
libcst 1.8.2
Permalink
Docs.rs crate page
MIT
AND (
MIT
AND
PSF-2.0
)
Links
Documentation
Repository
crates.io
Source
Owners
github:facebook:cratesio-publish
meta-cratesio-bot
Dependencies
annotate-snippets ^0.11.5
normal
libcst_derive ^1.8.2
normal
memchr ^2.7.4
normal
paste ^1.0.15
normal
peg ^0.8.5
normal
pyo3 ^0.25
normal
optional
regex ^1.11.1
normal
thiserror ^2.0.12
normal
criterion ^0.6.0
dev
difference ^2.0.0
dev
itertools ^0.14.0
dev
rayon ^1.10.0
dev
Versions
3.62%
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
libcst_
native
1.8.2
libcst_native
Function
parse_expression
Copy item path
Source
pub fn parse_expression(text: &
str
) ->
Result
<
Expression
<'_>, ParserError<'_>>