manticoresearch-text-embeddings Proof of Concept to use Rust in building lib for generating text embeddings How to build rust library cargo build --lib --release How to build examples/test.cpp g++ -o test examples/test.cpp -Ltarget/release -lmanticoresearch_text_embeddings -I. -lpthread -ldl -std=c++17