v0.4.1
Add
- Support for
deprecated
incodegen
. - Experimental support for a custom
codegen
replacement forcbindgen
(namely
cffi
, usemake cffi
to test) to generate the C headers. tm
(time.h
struct) andto_jtm
for easier creation of Jalali correcttm
structs fromDate
MonthDay::NON_LEAP_LAST_MAX_DAY
and deprecate what it replaces
MonthDay::NON_LEAP_LAST_MONTH_DAY_MAX
to be more aligned with other
*MAX_DAY
constantsMonthDay::LEAP_LAST_MAX_DAY
and deprecate what it replaces
MonthDay::LEAP_LAST_MONTH_DAY_MAX
to be more aligned with other*MAX_DAY
constants
Change
MonthDay::LEAP_LAST_MONTH_DAY_MAX
and
MonthDay::NON_LEAP_LAST_MONTH_DAY_MAX
to deprecated. Use the added
alternatives.- codegen:
ImplConst
items are now visited beforetheir duplicate global were
produced.codegen
the crate now holds multiple binaries and the previousmain.rs
is renamed ascodegen.rs
.- to collapse documents (just a visual change for now)
- sift to whitelist
cfg
andcfg_attr
attributes - to pass
cfg
attributes topymodule
(preventscfg
misbehavior) - allow
unused_imports
- use
crate::ffi::*
automatically
Full Changelog: 0.4.0...0.4.1