Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ smart_ptr.rs
File
smart_ptr.rs
src/derive/smart_ptr.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::derive::{Decode, Encode};
3
use std::num::NonZeroUsize;
4
use std::ops::Deref;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected