Parity as a library (#8412)
* Parity as a library * Fix concerns * Allow using a null on_client_restart_cb * Fix more concerns * Test the C library in test.sh * Reduce CMake version to 3.5 * Move the clib test before cargo test * Add println in test
This commit is contained in:
committed by
Afri Schoedon
parent
28c731881f
commit
ac3de4c5fc
@@ -198,6 +198,7 @@ macro_rules! usage {
|
||||
}
|
||||
}
|
||||
|
||||
/// Parsed command line arguments.
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct Args {
|
||||
$(
|
||||
|
||||
Reference in New Issue
Block a user