Docs.rs
perl-parser-core-0.12.1
perl-parser-core 0.12.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
EffortlessSteven
Dependencies
perl-ast ^0.12.1
normal
perl-ast-v2 ^0.12.1
normal
perl-builtins ^0.12.1
normal
perl-edit ^0.12.1
normal
perl-error ^0.12.1
normal
perl-heredoc ^0.12.1
normal
perl-lexer ^0.12.1
normal
perl-position-tracking ^0.12.1
normal
perl-pragma ^0.12.1
normal
perl-quote ^0.12.1
normal
perl-regex ^0.12.1
normal
perl-tokenizer ^0.12.1
normal
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
code_slice
perl_
parser_
core
0.12.1
In perl_
parser_
core::
util
perl_parser_core
::
util
Function
code_
slice
Copy item path
Source
pub fn code_slice(text: &
str
) -> &
str
Expand description
Helper to get the code portion of text (before
DATA
/
END
)