inducer / indexset

An ordered set in Python, obtained by wrapping the Rust indexset crate into Python via PyO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A mini prototype ordered set

A set implementation for Python that remembers insertion order, just like Python's built-in dict, obtained by wrapping the Rust indexmap crate into Python via PyO3.

You'll need to have a rust toolchain, see rustup.

To build:

pipx install maturin
maturin develop

To test:

python -m pytest

About

An ordered set in Python, obtained by wrapping the Rust indexset crate into Python via PyO3


Languages

Language:Rust 94.0%Language:Python 6.0%