mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
use new AsRefOpt/AsMutOpt glue traits
This commit is contained in:
parent
6295f2e601
commit
ab90129f4c
7 changed files with 661 additions and 740 deletions
|
|
@ -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)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue