mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
Biggest changes are to logging and safety.
- Panics are caught at C/Rust boundary instead of crashing program
with no messages.
- Stack trace is usually printed.
- `log` crate logging is enabled by default. Use something like
https://docs.rs/env_logger/latest/env_logger/ with writing to file
to see debug logs.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| example.edn | ||
| README.md | ||
tek
This crate unifies the tek_* subcrates into a single application.