| Crates.io | skeptic-rs |
| lib.rs | skeptic-rs |
| version | 0.1.0 |
| created_at | 2025-05-29 15:57:39.758553+00 |
| updated_at | 2025-05-29 15:57:39.758553+00 |
| description | library to test rust snippets in markdown files |
| homepage | |
| repository | https://github.com/Karthik-S-Salian/skeptic-rs/ |
| max_upload_size | |
| id | 1693941 |
| size | 17,070 |
use skeptic_rs::test_snippets_in_dir;
pub fn main() {
test_snippets_in_dir("../rust-cookbook/src", "./test.toml",Some("../rust-cookbook/"));
}