News

Then we currently copy the whole docstring from Rust to Python. This is not ideal; it would be nice to be able to have a Rust-specific example which is only visible from rustdoc and a Python-specific ...
Pydantic is widely used in Python to describe schema. Currently we support dataclass and NamedTuple for structs. We want to add support for Pydantic Models, i.e. users can bind CocoIndex Struct to a ...