MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / variant.rs

File variant.rs

src/derive/variant.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::coder::{Buffer, Decoder, Encoder, Result, View};
2use crate::fast::{CowSlice, NextUnchecked, PushUnchecked, VecImpl};
3use crate::pack::{pack_bytes_less_than, unpack_bytes_less_than};
4use std::num::NonZeroUsize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected