Currently the library will handle using the log macros to directly call println!(). Later this can be set to actually log the errors.
9 lines
68 B
Rust
9 lines
68 B
Rust
#[macro_use]
|
|
extern crate scribe;
|
|
|
|
|
|
#[test]
|
|
pub fn test_blank()
|
|
{
|
|
}
|