Docs.rs
stegano-core-0.5.3
stegano-core 0.5.3
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
sassman
Dependencies
bitstream-io ^1.6
normal
byteorder ^1.4
normal
bzip2 ^0.4
normal
deflate ^1.0
normal
enum_dispatch ^0.3
normal
hound ^3.5
normal
image ^0.24
normal
thiserror ^1.0
normal
zip ^0.6
normal
cargo-husky ^1
dev
criterion ^0.4
dev
speculate ^0.1
dev
tempfile ^3.5
dev
Versions
30.08%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stegano_
core
0.5.3
HideBit
Required Methods
hide_bit
Implementors
In crate stegano_
core
stegano_core
Trait
HideBit
Copy item path
Source
pub trait HideBit { // Required method fn
hide_bit
(self, bit:
bool
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
hide_bit
(self, bit:
bool
) ->
Result
<
()
>
Implementors
§
Source
§
impl
HideBit
for
MediaPrimitiveMut
<'_>