Lines Matching +full:use +full:- +full:kernel
1 // Protocol Buffers - Google's data interchange format
4 // Use of this source code is governed by a BSD-style
6 // https://developers.google.com/open-source/licenses/bsd
10 //! This file forwards to `shared.rs`, which exports a kernel-specific
11 //! `__runtime`. Rust Protobuf gencode actually depends directly on kernel
13 //! - To be able to use `protobuf` as a crate name for both cpp and upb kernels
15 //! - To make it more difficult to access internal-only items by default.
18 use protobuf_cpp as kernel;
21 use protobuf_upb as kernel;
23 pub use kernel::__public::*;
25 pub use kernel::prelude;