Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ StrId
Class
StrId
parser/src/intern.rs:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
#[derive(Clone, Copy, Eq, PartialEq, Hash, Serialize)]
10
pub struct StrId(pub u32);
11
12
impl Debug for StrId {
13
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Callers
1
intern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected