1 2 3 4 5 6 7 8 9
/* * SPDX-FileCopyrightText: © 2022 The Flvx Authors <https://github.com/kyper-io/flvx/blob/93b71a116950410b2c86dcc6efdd0031a2f79f84/AUTHORS> * * SPDX-License-Identifier: Apache-2.0 OR MIT */ fn _print_purpose() { println!("Blank lib (reserving project name on crates.io)"); }