18 lines
192 B
Rust
18 lines
192 B
Rust
//
|
|
// %FFILE%
|
|
// Copyright (C) %YEAR% %USER% <%MAIL%>
|
|
// Distributed under terms of the %LICENSE% license.
|
|
//
|
|
|
|
%HERE%
|
|
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
use super::*;
|
|
|
|
#[test]
|
|
fn it_works() {
|
|
}
|
|
}
|