kibble 0.1.0

chew through any source into clean datasets — a fast ingestion, RAG & fine-tuning toolkit
Documentation
1
2
3
4
# Async
Futures in Rust are lazy state machines that do nothing until awaited.
An async runtime like tokio drives them on a work-stealing thread pool.
Awaiting a future yields control back to the runtime until the future is ready.