主要改了 vendor/esaxx-rs/build.rs:只在 crt-static 目标下才启用 static_crt(true),用来修复 Windows 下常见的 MSVC 运行库冲突

This commit is contained in:
273265088@qq.com
2026-03-25 16:05:00 +08:00
parent b8d8732c3d
commit a74b67c93f
60 changed files with 16216 additions and 349 deletions
+12
View File
@@ -0,0 +1,12 @@
![](https://github.com/Narsil/esaxx-rs/workflows/build/badge.svg)
# {{crate}}
This code implements a fast suffix tree / suffix array.
This code is taken from ![sentencepiece](https://github.com/google/sentencepiece)
and to be used by ![hugging face](https://github.com/huggingface/tokenizers/).
{{readme}}