uderna 0.1.0

Modern C++ interface to common platform-specific functionalities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Uderna - Modern C++ interface to common platform-specific functionalities
// Copyright (C) 2021 Jonathan De Wachter (dewachter.jonathan@gmail.com)
//
// This source file is part of the Uderna project code-base which is released
// under the MIT license. Please refer to the LICENSE.txt file that can be
// found at the root of the project directory.
//
// Written by Jonathan De Wachter, December 2021.

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}