Add a quick entrypoint to the root docs

This commit is contained in:
Niko 2025-08-13 01:42:49 -07:00
parent 68fabfc95d
commit 96bbf7b89b
No known key found for this signature in database

View file

@ -1,6 +1,11 @@
#![allow(clippy::uninlined_format_args)]
#![cfg_attr(test, feature(test))]
//! Most users will be looking for nothing more than [`WhisperState::full`] to run a full transcription pipeline.
//!
//! You can get a [`WhisperState`] by first creating a [`WhisperContext`] using [`WhisperContext::new_with_params`],
//! and then calling [`WhisperContext::create_state`].
#[cfg(feature = "vulkan")]
pub mod vulkan;