thread-flow 0.1.0

Thread dataflow integration for data processing pipelines, using CocoIndex.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: 2026 Knitli Inc.
//
// SPDX-License-Identifier: AGPL-3.0-or-later

// File with intentional syntax errors for error handling tests
fn broken_function( {
    let x = 42
    return x
}
struct BrokenStruct
    missing_field: String
}