Conversation
- Add Python bindings using PyO3 for the vectorless Rust library - Convert monorepo structure from single Rust crate to multi-language workspace - Add pyproject.toml, setup configuration for Python package distribution - Include comprehensive Python documentation and examples in README - Add basic integration tests for Python bindings covering core functionality - Update .gitignore to include Python-specific files and directories - Maintain existing Rust functionality while enabling cross-language usage
- Remove Rust language specification from main description since it's now available through Python bindings - Add detailed information about core engine being written in Rust with Python bindings - Convert Python and Rust quick start sections to collapsible details/summary format for better readability - Update code examples formatting and structure
- configure quote style to double quotes - set indent style to spaces - enable magic trailing comma formatting - set line ending to LF
…guration - Move common package metadata to workspace level in Cargo.toml - Replace individual dependency versions with workspace references - Add comprehensive workspace dependencies section for shared crates - Configure workspace lints for rust and clippy - Set up release and development profiles at workspace level - Update python and rust Cargo.toml files to use workspace inheritance - Consolidate all dependency management to central workspace configuration
- Add PyPI downloads badge to show monthly download statistics - Add Crates.io downloads badge to display Rust crate downloads
Remove explicit width attributes from all image tags in README.md to allow responsive sizing and better adapt to different screen sizes and containers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.