This PR focuses on documentation updates. All CI requirements have been validated locally where applicable. #809
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
bindings/ergo-lib-ios/LINUX_DEVELOPMENT.md
)nightly-2024-01-26
CI Requirements Checked
✅ Warnings as errors: No Rust code modified, but ensured all documentation commands follow project standards.
✅
cargo test
:cargo test -p ergo-lib-c
).✅
rustfmt
:rustfmt
conventions.✅
clippy
:cargo clippy
post-doc updates (no new warnings).Local Testing Done
Needs Verification
Related Issues
Closes #759
Notes
build.yml
andcbindgen_toml.txt
removed.This Pull Request is a resubmission of my previous PR #808 which was rejected due to the inclusion of unnecessary files. This version addresses that feedback by removing those files and ensuring a cleaner contribution.
In the process of cleaning up the repository, I realized that the
LINUX_DEVELOPMENT.md
file was also incorrectly located in the repository root.Therefore, this PR also includes the relocation of
LINUX_DEVELOPMENT.md
to thebindings/ergo-lib-c
directory, in addition to removing the unnecessarybuild.yml.backup
andcbingen_toml.txt
files.These changes aim to improve the organization and cleanliness of the repository and ensure that all files are located in their appropriate locations.