Docs.rs
rustling-0.8.0
rustling 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jacksonllee
Dependencies
fancy-regex ^0.17
normal
flatbuffers ^25.12.19
normal
pyo3 ^0.28.2
normal
optional
quick-xml ^0.39
normal
rand ^0.10
normal
rayon ^1.10
normal
optional
regex ^1
normal
rustc-hash ^2.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
uuid ^1
normal
walkdir ^2
normal
zip ^8
normal
zstd ^0.13
normal
tempfile ^3
dev
Versions
70.23%
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
final_char
rustling
0.8.0
In rustling::
seq_
feature
rustling
::
seq_feature
Function
final_
char
Copy item path
Source
pub fn final_char(s: &
str
) -> &
str
Expand description
Get the final character of a string, or an empty string if empty.