News

Programmers make abstractions constantly. Functions are abstractions. Classes are abstractions. But sometimes it's not enough. If you find yourself writing boilerplate "design patterns" again and ...
Currently we allow CocoIndex struct to bind to dataclasses and namedtuples (doc). We want to support binding struct to dict (or dict[str, Any]) too - this is more handy as users don't need to define a ...