38 Commits

Author SHA1 Message Date
114d0b2d5d Update build.rs 2025-06-12 01:07:11 +09:00
5a573faada cargo fmt 2023-10-06 10:56:19 +02:00
560f8e0612 change to debug_assert
n is never touched before this point so it is unnecessary to be a runtime assert.
If such a check is necessary it could be placed earlier
2023-10-06 10:56:19 +02:00
34b7b36bf5 fix docstrings and add doc-test 2023-10-06 10:56:19 +02:00
215c7756c4 use fill 2023-10-06 10:56:19 +02:00
b6e293f94e rewrite wtihout array access 2023-10-06 10:56:19 +02:00
e2bba2fc2d rewrite to make logic clearer 2023-10-06 10:56:19 +02:00
3b95449602 remove unused _k 2023-10-06 10:56:19 +02:00
dacdea35f1 Trying to fix stdlib issue in tokenizers. 2023-10-05 14:37:00 +02:00
cc90d0e795 Upgrade version 2023-10-05 11:11:12 +02:00
4299e52371 clippy fix. 2023-10-05 11:08:58 +02:00
1bc6d7ebb4 Upgrade version. 2023-10-05 11:08:58 +02:00
ed3d778117 Clippy. 2022-06-06 19:44:21 +02:00
d8a8bcf04e Adding example required feature. 2022-06-06 19:44:21 +02:00
52b43824fc Update version. 2022-06-06 19:44:21 +02:00
812b2eb2bd Adding cpp feature flag to disable it for wasm. 2022-06-06 19:44:21 +02:00
807412a071 Version bump 2021-09-02 17:38:06 +02:00
68703987f0 Try adding the static_crt flag 2021-09-02 17:37:39 +02:00
3a129f3acd Bump version 2021-01-11 10:18:11 +01:00
d9551736a0 Adding a test for the out of bounds error. 2021-01-11 10:18:11 +01:00
8aa120dcbf Fixing Out-of-bounds in Rust implem. 2021-01-11 09:56:33 +01:00
abeb2890a2 Bump version. 2020-09-14 11:10:54 +02:00
4ce1a38a55 Adding c++11 flag. 2020-09-14 11:10:20 +02:00
58dbee61a9 Bump version 2020-09-14 10:52:13 +02:00
7a9232b185 Adding cstdint to include proper types. 2020-09-14 10:51:15 +02:00
021927d95f Thanks clippy. 2020-07-31 18:33:45 +02:00
1a4e8cffab Slightly rustier get_counts and get_buckets. 2020-07-31 18:33:45 +02:00
b4eeec562b Fixing using char to u32 we are actually using invalid char spaces
in suffixsort function.
2020-07-31 18:33:45 +02:00
4cd65813fa [WIP] trying to improve perf on Rust implementation. 2020-07-31 18:33:45 +02:00
a76ef1f992 Become stable compatible. 2020-07-01 22:11:36 +02:00
e39a71c194 Fixing clippy. 2020-07-01 21:58:51 +02:00
9162eb68c4 Fixing clippy. 2020-07-01 21:29:34 +02:00
9e7f817908 A bit more docs + github workflow. 2020-07-01 20:58:45 +02:00
3fea09b6c0 Adding a fully rust (safe) version of esaxx. 2020-07-01 14:20:34 +02:00
b5ed9aebff Proposing rustier iterator interface. 2020-06-28 09:24:22 +02:00
98f99ba083 Better wrapper. 2020-06-06 10:42:32 +02:00
001b169024 Initial commit. 2020-06-06 10:13:54 +02:00
d0e3189459 Initial commit 2020-06-06 09:47:07 +02:00