nils-common 0.7.3

Library crate for nils-common in the nils-cli workspace.
Documentation
1
2
3
4
5
6
7
8
9
// Consolidated integration test target.
// Each former `tests/*.rs` is declared as a submodule here so the crate
// links one integration test binary instead of many. This keeps the
// dev-loop link phase O(crates) instead of O(test-files).

#[path = "integration/markdown_table_canonicalization.rs"]
mod markdown_table_canonicalization;
#[path = "integration/provider_runtime_contract.rs"]
mod provider_runtime_contract;