lox-core 0.1.0-alpha.7

Common data types and utilities for the Lox ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: 2023 Angus Morrison <github@angus-morrison.com>
// SPDX-FileCopyrightText: 2023 Helge Eichhorn <git@helgeeichhorn.de>
//
// SPDX-License-Identifier: MPL-2.0

//! Useful constants for the `i32` type.

/*
 * Julian date constants
 */

/// Julian Date at J2000 epoch.
pub const JD_J2000: i32 = 2451545;