Rustdocumentationgood first issue
Description
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.