How to implement a Result type in C++?
2024-09-07
Here is the code to implement a Rust
type in C++
.
2024-09-07
Here is the code to implement a Rust
type in C++
.
2024-01-24
vtbox is an offline voice to text transribed tool. It uses whisper
model to transribe an audio file to text. Welcome to try this tool.
2024-01-16
Recently, I looking for an light weight Andriod app that can display the daily crypto news. Unfortunately, I did find the app match my need. So I decided to write my own App. My first Andriod App was written with Reactive Native
framework, which was not a good experience with JS
. However, I have familiared with Rust
, and also developed a few Rust desktop with Slint-ui
. So I found egui
is a choice for my situation, or maybe the best choice...
2024-01-05
It's no common to develop an Android with Rust. However, there are some wways and resource to help you reach this goal. I will show you the main steps to build a Android Apk with rust...
2023-12-19
Black Hat Rust is practical book that talks about some security topics and contains a lot of Rust codes. If you are interested in how to implement hack tools, this book is for you. However, this book only contains a subset of hack concept. Hence, I don't think this book is good enough for beginner. I read this book very quick and skips some codes' detail.
2023-10-23
If you live in a country that prohibit from access the world wide web. You may want to use proxy server to access the world wide web. Recently, I built a Rust project, but it always showed me a network error. So I google the question and finally found the answer...