Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ marshal.rs
File
marshal.rs
crates/compiler-core/src/marshal.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::{OneIndexed, SourceLocation, bytecode::*};
2
use alloc::{boxed::Box, vec::Vec};
3
use core::convert::Infallible;
4
use malachite_bigint::{BigInt, Sign};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected