suno-core 0.36.6

Engine for a download-only Suno.ai library tool: feed selection, sync reconciliation, and audio tagging.
Documentation
1
2
3
4
5
6
7
8
9
use super::*;
use crate::config::fixtures::{no_env, no_flags};
use crate::config::{AccountConfig, Defaults, Settings};
use crate::vocab::StemFormat;
use std::collections::BTreeMap;

mod precedence;
mod toggles;
mod token;