protobuf/rust
Protobuf Team Bot bd3629c6b9 Fix comment reference to cpp `std::string_view`
PiperOrigin-RevId: 672926915
2024-09-10 06:04:16 -07:00
..
cargo add MSRV to the protobuf crate 2024-09-04 15:36:45 -07:00
cpp_kernel Move -Werror to our test/dev bazelrc files. 2024-08-23 13:26:32 -07:00
protobuf_codegen fix the crate name being used by the gencode library. 2024-08-01 08:48:03 -07:00
test Initial pass of a proto_eq gtest macro. 2024-09-04 14:04:02 -07:00
upb Fix comment reference to cpp `std::string_view` 2024-09-10 06:04:16 -07:00
BUILD Initial pass of a proto_eq gtest macro. 2024-09-04 14:04:02 -07:00
aspects.bzl Don't include upb accessors C codegen in Rust-upb build 2024-08-30 08:46:31 -07:00
codegen_traits.rs Add an `_unchecked_lifetime` version of the Cpp interop wrap fns. 2024-08-22 10:15:25 -07:00
cord.rs Add an protobuf::__internal::SealedInternal trait 2024-07-30 05:46:11 -07:00
cpp.rs Initial pass of a proto_eq gtest macro. 2024-09-04 14:04:02 -07:00
defs.bzl Internal 2024-07-25 11:15:23 -07:00
enum.rs Implement `is_known` method on the `Enum` trait 2024-05-03 03:52:51 -07:00
gtest_matchers.rs Initial pass of a proto_eq gtest macro. 2024-09-04 14:04:02 -07:00
internal.rs Initial pass of a proto_eq gtest macro. 2024-09-04 14:04:02 -07:00
map.rs Use MapView/MapMut instad of View<Map>/Mut<Map> 2024-08-26 10:49:03 -07:00
optional.rs Remove the second 'unset' generic argument from Optional 2024-07-17 23:12:15 -07:00
prelude.rs Move `msg.merge_from(othermsg)` onto a trait fn 2024-08-05 13:35:02 -07:00
primitive.rs Add an protobuf::__internal::SealedInternal trait 2024-07-30 05:46:11 -07:00
proto_macro.rs Move `msg.merge_from(othermsg)` onto a trait fn 2024-08-05 13:35:02 -07:00
protobuf.rs Introduce a prelude and remove the inherent impls for serialize() 2024-07-25 10:49:09 -07:00
proxied.rs Cleanup pass on where we use Private and doc(hidden) 2024-08-26 05:32:33 -07:00
repeated.rs Cleanup pass on where we use Private and doc(hidden) 2024-08-26 05:32:33 -07:00
shared.rs Move `msg.merge_from(othermsg)` onto a trait fn 2024-08-05 13:35:02 -07:00
string.rs Rename `#[googletest::test]` to `#[gtest]` 2024-08-12 01:48:49 -07:00
upb.rs Change `upb` crate source to not use std or alloc 2024-09-06 13:12:22 -07:00
utf8.rs Adds an initial Cargo.toml for the protobuf crate. 2024-07-26 08:17:41 -07:00