Rustdocumentationgood first issue
仓库指标
- Star
- (10,303 star)
- PR 合并指标
- (平均合并 2天 17小时) (30 天内合并 82 个 PR)
描述
Description
In examples/simple.rs it has the following code:
use lancedb::arrow::IntoArrow;
...
fn create_some_records() -> Result<impl IntoArrow> {
...
}
but on the latest release lancedb = "0.4.13" there is no IntoArrow trait. For example search for "IntoArrow" in this file.