Benjmmi
Results
5
comments of
Benjmmi
I've tried using "[num](https://github.com/lukechampine/uint128.git)" and it seems to solve the problem, but should we refer to this code to implement it
I think it might be a bit overwhelming to just throw "[16]byte" at the user. So we should refer to the calculation of "int128" and "uint128". Implement the solution "type...
我看了一下特性好像大部分指针都是 Rust 管理的指针,但是 `*const` 可以转换为裸指针也就是原始指针,是不是代表 rust 管理的指针到汇编代码里面会报错