#decimal #executable #timezone #sys

sys libswe-sys

Astrology lib connected to the C lib Swiss ephemeris (just the c lib)

62 releases

0.2.7 Jan 15, 2022
0.2.4 Jun 6, 2021
0.2.2 Jan 25, 2021
0.2.0 Aug 22, 2020
0.1.43 Mar 28, 2020

#442 in Science

Download history 83/week @ 2023-10-19 116/week @ 2023-10-26 32/week @ 2023-11-02 80/week @ 2023-11-09 17/week @ 2023-11-16 75/week @ 2023-11-23 257/week @ 2023-11-30 8/week @ 2023-12-07 74/week @ 2023-12-14 132/week @ 2023-12-21 9/week @ 2023-12-28 74/week @ 2024-01-04 13/week @ 2024-01-11 134/week @ 2024-01-18 70/week @ 2024-01-25 69/week @ 2024-02-01

291 downloads per month
Used in 2 crates

Custom license

5MB
27K SLoC

C 26K SLoC // 0.2% comments Rust 1K SLoC // 0.1% comments Shell 1 SLoC

Contains (static library, 1MB) src/swisseph/2.08/src/libswe.a, (Mach-o exe, 1MB) src/swisseph/2.08/src/swetest

Traditional astrology for rust

Rust library by Stéphane Bressani

Using swissephem c library by Astrodienst AG by Dieter Koch and Alois Treindl (https://www.astro.com/ftp/swisseph/)

Use

Go to exemple and rename data_example.json to data.json and run cargo run --example debug

I recommand to use the library crate "astrology" for draw the chart

Version

0.2.4

  • Passed source to clippy

0.2.3

  • Change in comments

0.2.2

  • Fix License

0.2.1

  • Fix License

0.2.0

  • Small change, but compatible with astrology 0.2

0.1.58

  • Add a crate for enum match (Theme) in crate astrology/libastro

0.1.57

  • Add a crate for enum match use in crate libastro

0.1.56

  • It's compile this time, 0.1.55 is yanked

0.1.55

  • Add another path /usr/local/opt/llvm/include

0.1.54

  • Add another path for osx build wasm /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include

0.1.53

  • Add another path for osx insade /usr/include -> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include

0.1.52

  • Add /usr/include for the math.h and other c header

0.1.51

  • Support for mac os catalina with good path llvm this time (brew install llvm)

0.1.50

  • Support wasm for mac os catalina with the path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

0.1.49

  • Support wasm for mac os

0.1.48

  • Add theme support for "astrology" crate bridge

0.1.47

  • Add comments to sweconst for rust documentation

0.1.46

  • Add text english/french for aspects

0.1.44 and 0.1.45

  • Add documentation to cargo
  • Add text english/french for signs

0.1.43

  • Fix fortuna part

0.1.42

  • Fix little bug in fortuna part

0.1.41

  • Fix unwrap (bug negative sign)

0.1.40

  • Fix fortuna part

0.1.39

  • Fix fortuna part

0.1.38

  • Add algorythme for fortuna part in swerust03

0.1.37

  • Fix aspect in sweconst

0.1.36

  • Add minors aspects in sweconst

0.1.35

  • Add function for Aspects in sweconst

0.1.34

  • Add serialize to Aspects in sweconst

0.1.33

  • Bug fix in majors aspects

0.1.32

  • Add majors aspects

0.1.31

  • Add compute for south node

0.1.30

  • Add all swissephem files for all datas missing like chiron, ceres etc...

0.1.29

  • Fix color for render on with background

0.1.28

  • Add a method in Bodie struct in sweconst

0.1.27

  • Add bodies colors in sweconst

0.1.26

  • Change earth element color to orange/yellow

0.1.25

  • Add hexadecimal color for zodiac, pub enum Element in sweconst

0.1.24

  • Add Copy macro to Angle in sweconst

0.1.23

  • Add enum iter to Angle in sweconst

0.1.22

  • Add object position (stationary/direct/retrograde) to Object

0.1.21

  • Field set to public in swerust17 for split deg/min/sec of a planet

0.1.20

  • Add PartialEq macro to Object struct in sweconst

0.1.19

  • Add enum to Object structure in sweconst

0.1.18

  • Add PartialEq macro to Angle in sweconst

0.1.17

  • Add one enum for angle in house (Asc/Fc/Desc/Mc/Nothing)

0.1.16

  • Change in exemple, add whole signs ..°..'.."
  • Fields objects in sweconst are public now

0.1.15

  • Small change in library, fields for house are public now

0.1.14

  • Small change in library, fields for house are public now

0.1.13

  • Remove lib.h (try with wasm32-wasi)

0.1.12

  • Adding stdio.h

0.1.11

  • Adding lib (compile)

0.1.10

  • Adding missing include (yanked)

0.1.9

  • Try math.h again include a path

0.1.8

  • Try math.h again with include a path (yanked)

0.1.7

0.1.6

0.1.5

  • Add manually math.h from /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/math.h on my mac

0.1.4

  • Add -lm flag for math.h in compilation of wasm (not compile)

0.1.3

  • Add clone macro to missing structures

0.1.2

  • Add clone macro

0.1.1

  • Change license to Creative Commons

0.1.0

  • Some function of the lib bridge from c to rust

Dependencies