rs-klc 0.2.0

A library for converting between Korean Solar and Lunar dates, calculating Gapja (간지), and day of the week.
Documentation
[[bin]]
name = "rs-klc"
path = "src/main.rs"

[dependencies]

[[example]]
name = "01_basic_conversion"
path = "examples/01_basic_conversion.rs"

[[example]]
name = "02_lunar_to_solar"
path = "examples/02_lunar_to_solar.rs"

[[example]]
name = "03_intercalary_month"
path = "examples/03_intercalary_month.rs"

[[example]]
name = "04_gapja_sexagenary"
path = "examples/04_gapja_sexagenary.rs"

[[example]]
name = "05_julian_day_number"
path = "examples/05_julian_day_number.rs"

[[example]]
name = "06_leap_year"
path = "examples/06_leap_year.rs"

[[example]]
name = "07_day_of_week"
path = "examples/07_day_of_week.rs"

[[example]]
name = "08_comprehensive"
path = "examples/08_comprehensive.rs"

[lib]
name = "rs_klc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "A library for converting between Korean Solar and Lunar dates, calculating Gapja (간지), and day of the week."
edition = "2024"
keywords = ["lunar", "solar", "calendar", "korean", "gapja"]
license = "MIT"
name = "rs-klc"
readme = "README.md"
repository = "https://github.com/chunghha/rs-klc.git"
version = "0.2.0"