标签: rust
我需要将无符号整数转换为带有基数36的字符串表示。在Rust 1.7之前,可以使用std::fmt::Radix。有没有办法在稳定的Rust中做到这一点?
std::fmt::Radix