https://github.com/abitofhelp/rust-bazel
This repository contains a simple Rust application, library, and unit test that can be built using Bazel as well as Cargo.
https://github.com/abitofhelp/rust-bazel
bazel cargo rust
Last synced: 2 months ago
JSON representation
This repository contains a simple Rust application, library, and unit test that can be built using Bazel as well as Cargo.
- Host: GitHub
- URL: https://github.com/abitofhelp/rust-bazel
- Owner: abitofhelp
- License: mit
- Created: 2023-10-28T00:17:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T04:31:11.000Z (over 1 year ago)
- Last Synced: 2025-02-28T05:25:08.377Z (3 months ago)
- Topics: bazel, cargo, rust
- Language: Starlark
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-bazel
This repository contains a simple Rust application, library, and unit test that can be built using Bazel as well as
Cargo. Please visit the repository to view the complete solution: client, server, and lib.