From 49e7d7ad626cdc11a75908ce20bf98fd90a64010 Mon Sep 17 00:00:00 2001 From: Jasper-Bekkers Date: Tue, 10 Dec 2024 11:09:41 +0800 Subject: [PATCH] Add use cases. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7ea029d..eb819f0 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,14 @@ t_lorem_ipsum time: [33.867 ns 34.286 ns 34.751 ns] The result `101 ns (0.0001 ms)` means if there have **10K** translate texts, it will cost `1ms`. +## Use Cases + +- [longbridge-terminal](https://github.com/longbridge/longbridge-terminal) +- [topgrade](https://github.com/topgrade-rs/topgrade) +- [trippy](https://github.com/fujiapple852/trippy) +- [hyperswitch](https://github.com/juspay/hyperswitch) +- [MirrorX](https://github.com/MirrorX-Desktop/MirrorX) + ## License MIT