Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eigenform/perfect
/ Sib
Class
Sib
perfect/src/experiments/decoder.rs:122–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
// ssiiibbb
121
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
122
pub struct Sib(u8);
123
impl Sib { pub fn as_byte(&self) -> u8 { self.0 } }
124
impl Distribution<Sib> for Standard {
125
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Sib {
Callers
1
sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected