docsrs-scrape-examples-test 0.1.0

A crate to test the Rustdoc scrape-examples feature on docs.rs
Documentation
1
2
3
fn main() {
  docsrs_scrape_examples_test::add(1, 2);
}