beet_core 0.0.8

Core utilities and types for other beet crates
1
2
3
//! Tests it still exits even if no tests to run
#![cfg_attr(test, feature(test, custom_test_frameworks))]
#![cfg_attr(test, test_runner(beet_core::test_runner))]