Docs.rs
libbitsub-core-1.10.1
libbitsub-core 1.10.1
Docs.rs crate page
MIT
27 July 2026
Links
Repository
crates.io
Source
Owners
altqx
Dependencies
byteorder ^1.5.0
normal
memchr ^2.8.0
normal
miniz_oxide ^0.9.1
normal
Versions
72.97%
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
clamp
libbitsub_
core
1.10.1
In libbitsub_
core::
utils
libbitsub_core
::
utils
Function
clamp
Copy item path
Source
pub fn clamp<T:
Ord
>(value: T, min: T, max: T) -> T