xch-project
xch-project copied to clipboard
Separate `Cell` from `lib_xch`
Currently, Cell
is a mod in lib_xch
which aims to provide safe computing (computing without overflow)
I am going to separate it from lib_xch
in order to provide Cell
to other projects.
WIP, I will post the schedule for it soon.
- [x] Create a new crate
SCalc
- [ ] Use
SCalc
inlib_xch