tek/crates/tek
Will Medrano 6851240c8c Update JACK to 0.13
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.
2024-09-22 14:19:56 -07:00
..
src Update JACK to 0.13 2024-09-22 14:19:56 -07:00
Cargo.toml merge tek_jack into tek_core 2024-08-11 11:02:21 +03:00
example.edn merge tek_jack into tek_core 2024-08-11 11:02:21 +03:00
README.md wip: refactor into crates 2024-08-04 14:54:00 +03:00

tek

This crate unifies the tek_* subcrates into a single application.