Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ str.rs
File
str.rs
src/str.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::coder::{Buffer, Decoder, Encoder, Result, View};
2
use crate::consume::consume_bytes;
3
use crate::derive::vec::VecEncoder;
4
use crate::error::err;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected