zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

Does not build on MacOS #376

Closed inferiorhumanorgans closed 9 months ago

inferiorhumanorgans commented 9 months ago

llogiq/bytecount#90

zhiburt commented 9 months ago

Hi @inferiorhumanorgans

Interesting;

Thanks for report;

If it'll be hard to fix we could patch it to not rely on it on macos. Or hide it after a feature flag.

Let me know if it's urgent for you.

zhiburt commented 9 months ago

Mean while you could use it from the branch I created with a deleted one.

tabled = { git = "https://github.com/zhiburt/tabled/", rev = "993ddc260b9071af0f08c487680b197fa62c412f" }

It must work

inferiorhumanorgans commented 9 months ago

Ah, it's not urgent.

inferiorhumanorgans commented 9 months ago

Looks like it's been resolved with rust-lang/rust#118124