1// This is a placeholder lib file so that Cargo can treat this as a library crate
2// and respect our settings about excluding tests directory from being treated as
3// integration tests.
4pub fn placeholder() {
5// This function does nothing and is only here to make this a valid Rust lib
6}