Commit graph

14 commits

Author SHA1 Message Date
Eli Peter
d50684e31b
docs: Add section on advantages of using Nyx in README (#10)
* docs: Add section on advantages of using Nyx in README

* ci: Update branch references from 'main' to 'master' in CI configuration

* docs: Add third-party licenses documentation and update build process

* Update .github/workflows/release-build.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* docs: Add third-party licenses documentation and update build process

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-25 01:42:10 +02:00
elipeter
a614e157b3 ci: Update CI workflow with matrix strategy, security checks, and linting rules adjustments 2025-06-25 00:49:29 +02:00
elipeter
24689be6f7 ci: Add rust-cache action to improve build performance 2025-06-25 00:37:36 +02:00
elipeter
47d4f589af Refactor CI workflow: rename file, update job name, and remove verbose flag from cargo build 2025-06-25 00:33:58 +02:00
elipeter
e309b956c3 Enhance release build workflow with improved binary path resolution and error messaging 2025-06-24 22:28:47 +02:00
elipeter
0876209834 Refactor release build workflow to include OS mapping for targets and improve error handling for binary packaging 2025-06-24 22:26:41 +02:00
elipeter
34e8174003 Add support for aarch64-apple-darwin target and define binary name in release build workflow 2025-06-24 22:22:03 +02:00
elipeter
aecf37163f Add target specification to Rust toolchain setup in release build workflow 2025-06-24 22:14:25 +02:00
elipeter
3d744ae44f Improve release build workflow by adding error handling and dynamic binary path resolution 2025-06-24 22:13:52 +02:00
elipeter
95b934ad39 Add target installation step to release build workflow 2025-06-24 22:05:46 +02:00
elipeter
484f4b6d05 Added release-build.yml to automate releases 2025-06-24 18:09:50 +02:00
elipeter
b3e0db449d chore: adjust spacing in GitHub Actions workflow file 2025-06-22 20:26:53 +02:00
elipeter
aef0aea973 - Rename index.rs to database.rs for clarity in purpose
- Update references in `scan.rs` to the renamed module
- Add `cargo clippy` step to CI for linting
2025-06-16 23:54:18 +02:00
Eli Peter
646293ed72
Create rust.yml 2025-06-16 17:43:12 +02:00