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;
1818///
1919/// # Current limitations
2020///
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- ///
2921/// # Examples
3022///
3123/// ```
@@ -49,13 +41,14 @@ use ll_bindings::tsk_table_collection_free;
4941/// assert_eq!(nodes.num_rows(), 1);
5042/// ```
5143///
44+ /// See the examples/ directory of the repository for examples of metadata encoding
45+ /// and decoding.
46+ ///
5247/// # Future road map
5348///
5449/// 1. Support all table types. Currently, we only support
5550/// 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.
5952///
6053/// Addressing point 3 may require API breakage.
6154pub struct TableCollection {
You can’t perform that action at this time.
0 commit comments