/*
* Copyright (c) Kia Shakiba
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
use ;
/// Returns the current system timestamp in milliseconds.
///
/// # Examples
/// ```
/// use kwik::time::timestamp;
///
/// assert!(timestamp() > 0);
/// ```
///
/// # Panics
///
/// Panics if the current timestamp could not be calculated.