This PR focuses on documentation updates. All CI requirements have been validated locally where applicable. #809 #810
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.
Changes
Update iOS build instructions for Xcode 15 compatibility
Add comprehensive Linux development guide (bindings/ergo-lib-ios/LINUX_DEVELOPMENT.md)
Standardize toolchain requirements to nightly-2024-01-26
Improve cross-platform build instructions clarity
CI Requirements Checked
✅ Warnings as errors: No Rust code modified, but ensured all documentation commands follow project standards.
✅ cargo test:
Verified C bindings generation (cargo test -p ergo-lib-c).
⚠️ iOS/macOS build steps (requires Xcode 15 verification by collaborators).
Confirmed Swift build steps do not break existing tests.
✅ rustfmt:
No Rust code changes, but ensured code snippets in docs follow rustfmt conventions.
✅ clippy:
Checked existing codebase with cargo clippy post-doc updates (no new warnings).
Local Testing Done
C bindings generation on Linux (Fedora 40).
Header file generation process.
Linux build process (Swift bindings).
Needs Verification
Related Issues
Closes #759