File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ use ll_bindings::tsk_table_collection_free;
18
18
///
19
19
/// # Current limitations
20
20
///
21
- /// 1. No support for adding metadata to tables.
22
- /// In later versions, we will add separate
23
- /// "add row" functions to allow metadata.
24
- ///
25
- /// The issue with metadata is just a temporary
26
- /// uncertainty in how best to handle the ``char *``
27
- /// round trips to/from ``rust``.
28
- ///
29
21
/// # Examples
30
22
///
31
23
/// ```
@@ -49,13 +41,14 @@ use ll_bindings::tsk_table_collection_free;
49
41
/// assert_eq!(nodes.num_rows(), 1);
50
42
/// ```
51
43
///
44
+ /// See the examples/ directory of the repository for examples of metadata encoding
45
+ /// and decoding.
46
+ ///
52
47
/// # Future road map
53
48
///
54
49
/// 1. Support all table types. Currently, we only support
55
50
/// those needed for current goals in ongoing projects.
56
- /// 2. For all ``add_foo`` functions, add an additional
57
- /// ``add_foo_with_metadata``. (See above)
58
- /// 3. Strengthen some of the error handling.
51
+ /// 2. Strengthen some of the error handling.
59
52
///
60
53
/// Addressing point 3 may require API breakage.
61
54
pub struct TableCollection {
You can’t perform that action at this time.
0 commit comments