6a97b13f66
test: basically finish clap test.
...
- basically finish clap test (except variable part)
- fix some clap issue (still have some bugs)
2025-12-11 15:21:59 +08:00
8b7ab2c870
feat: add lost functions for env namespace.
...
- add some lost functions for env namespace according to Rust std library. hiwever some functions are not implemented.
- change some function's signatures located in env namespace.
- reduce some useless error kine in env namespace.
2025-12-07 21:47:54 +08:00
c48e79753d
refactor: cancel the namespace Rust.
...
- all sub-functions are put into respective position.
2025-10-07 18:15:17 +08:00
eda801d3c7
refactor: move env outside from rust namespace
2025-10-07 18:03:40 +08:00
c6c450f6fa
feat: move my homemade fft module into this project.
...
- move homemade fft module into this project.
- also migrate test and benchmark.
2025-10-03 21:01:37 +08:00
5859264eca
feat: add current_exe in rust env
2025-10-02 18:06:24 +08:00
446f880df4
feat: add trim in string op opposited with strip
2025-10-01 20:53:43 +08:00
e7a05b3488
refactor: rename testbench to test.
...
- rename testbench to test.
- add benchmark for future development.
2025-09-29 13:34:02 +08:00