Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ Memory
Class
Memory
crates/cargo-lambda-metadata/src/lambda.rs:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
#[derive(Clone, Debug, Eq, PartialEq)]
73
pub struct Memory(u32);
74
75
impl std::fmt::Display for Memory {
76
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Callers
2
from
Method · 0.85
try_from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected