Code Monkey home page Code Monkey logo

flameoftheforest / lunar_rust Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 164 KB

日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.

Home Page: https://6tail.cn/calendar/api.html

License: MIT License

Rust 100.00%

lunar_rust's Introduction

lunar_rust

日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar. This is a port from 6tail's https://github.com/6tail/lunar-python.

示例

[package]
name = "test_lunar_rust"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lunar_rust = { path = "path/to/lunar_rust" }
use lunar_rust::{lunar::{self, LunarRefHelper}, solar::{SolarRefHelper, self}};

fn main() {
    let lunar = lunar::from_ymd(1986, 4, 21);
    println!("{}", lunar.to_full_string());
    println!("--------");
    println!("{}", lunar.get_solar().to_full_string());
    
    println!("--------");

    let solar = solar::from_ymdhms(1957, 11, 1, 19, 20, 0);
    let lunar = solar.get_lunar();
    println!("{}", lunar.to_full_string());
    println!("--------");
    println!("{}", lunar.get_solar().to_full_string());
}

输出结果:

一九八六年四月廿一 丙寅(虎)年 癸巳(蛇)月 癸酉(鸡)日 子(鼠)时 纳音[炉中火 长流水 剑锋金 桑柘木] 星期四 北方玄武 星宿[斗木獬](吉) 彭祖百忌[癸不词讼理弱敌强 酉不会客醉坐颠狂] 喜神方位[巽](东南) 阳贵神方位[巽](东南) 阴贵神方位[震](正东) 福神方 位[艮](东北) 财神方位[离](正南) 冲[(丁卯)兔] 煞[东]
--------
1986-05-29 00:00:00 星期四 (国际维和人员日) 双子座
--------
一九五七年九月初十 丁酉(鸡)年 庚戌(狗)月 丁丑(牛)日 戌(狗)时 纳音[山下火 钗钏金 涧下水 钗钏金] 星期五 西方白虎 星宿[娄金狗](吉) 彭祖百忌[丁不剃头头必生疮 丑不冠带主不还乡] 喜神方位[离](正南) 阳贵神方位[乾](西北) 阴贵神方位[兑](正西) 福神方 位[巽](东南) 财神方位[坤](西南) 冲[(辛未)羊] 煞[东]
--------
1957-11-01 19:20:00 星期五 (万圣节) 天蝎座

详细运用方案,请查阅 tests 及 6tail 的文档.

文档

请移步至 https://6tail.cn/calendar/api.html

Note:

As this is just a port, I do not claim credit for any originality of the work.

lunar_rust's People

Contributors

furiouslyfishing avatar flameoftheforest avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jellybobbin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.