Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QMHTMY/RustBook
/ base58.rs
File
base58.rs
publication/code/chapter10/base58.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// base58.rs
2
3
// 最大进制 58
4
const BIG_RADIX: u32 = 58;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected