Examples¶
Real-world examples and use cases for tarzi.
Getting Started¶
All examples are available in the examples/ directory of the repository:
git clone https://github.com/mirasurf/tarzi.rs.git
cd tarzi.rs/examples
# Python examples
python basic_usage.py
python search_engines.py
# Rust examples
cargo run --example basic_usage
cargo run --example search_engines