use new AsRefOpt/AsMutOpt glue traits

This commit is contained in:
okay stopped screaming 2026-02-23 22:49:20 +02:00
parent 6295f2e601
commit ab90129f4c
7 changed files with 661 additions and 740 deletions

View file

@ -59,7 +59,6 @@ pub(crate) use tengri::{
pub(crate) use ConnectName::*;
pub(crate) use ConnectScope::*;
pub(crate) use ConnectStatus::*;
pub(crate) use JackState::*;
/// Command-line entrypoint.
#[cfg(feature = "cli")] pub fn main () -> Usually<()> {
@ -70,7 +69,7 @@ pub(crate) use JackState::*;
/// Create a new application from a backend, project, config, and mode
///
/// ```
/// let jack = tek::Jack::new(&"test_tek").expect("failed to connect to jack");
/// let jack = tek::tengri::Jack::new(&"test_tek").expect("failed to connect to jack");
/// let proj = tek::Arrangement::default();
/// let mut conf = tek::Config::default();
/// conf.add("(mode hello)");