Docs.rs
shellhist-core-0.1.0
shellhist-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
h4x0r
Dependencies
Versions
85.71%
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
strip_bom
shellhist_
core
0.1.0
shellhist_core
Function
strip_
bom
Copy item path
Source
pub fn strip_bom(data: &[
u8
]) -> &[
u8
]
ⓘ
Expand description
Strip a leading UTF-8 BOM (
EF BB BF
) if present.