Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SingleRust/SingleRust
/ Precision
Enum
Precision
src/shared/mod.rs:478–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
#[derive(Default, Debug, Clone, Copy)]
478
pub enum Precision {
479
#[default]
480
Single,
481
Double,
482
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected