gtest 2.0.0-pre.1

Testing utils for developing Gear programs.
1
2
3
4
5
6
7
// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0

mod actor;
pub mod manager;

pub use actor::ActorMailbox;