diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-07 10:55:39 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-07 10:55:39 -0700 |
| commit | 5f91b2c43f34cfa532e3a50cfaabc96f5c232377 (patch) | |
| tree | d914dd8324bf05895b15887a4c686869e65f8ff8 /src/lib.rs | |
| parent | 45547b60aca32b45d2f1ef93462cf9df28637c13 (diff) | |
| parent | e425c40aa00d2ae6b1bbc33cfa9fecd30a0a8ec6 (diff) | |
| download | git-5f91b2c43f34cfa532e3a50cfaabc96f5c232377.tar.xz | |
Merge branch 'ps/rust-balloon' into ps/ci-rust
* ps/rust-balloon:
ci: enable Rust for breaking-changes jobs
ci: convert "pedantic" job into full build with breaking changes
BreakingChanges: announce Rust becoming mandatory
varint: reimplement as test balloon for Rust
varint: use explicit width for integers
help: report on whether or not Rust is enabled
Makefile: introduce infrastructure to build internal Rust library
Makefile: reorder sources after includes
meson: add infrastructure to build internal Rust library
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000000..9da70d8b57 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1 @@ +pub mod varint; |
