baoyachi / shadow-rs

A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
https://docs.rs/shadow-rs
MIT License
444 stars 40 forks source link

Overhaul documentation #134

Closed kleinesfilmroellchen closed 1 year ago

kleinesfilmroellchen commented 1 year ago

This adds documentation to all important public items, reworks the main crate documentation, and vastly improves the documentation generated for build constants.

baoyachi commented 1 year ago

Thx @kleinesfilmroellchen

kleinesfilmroellchen commented 1 year ago

Thx @kleinesfilmroellchen

any reason why you didn't merge this PR into the main branch?

baoyachi commented 1 year ago

The github action build error in rust nightly. I'll fix ok merge into master branch.

See:https://github.com/baoyachi/shadow-rs/actions/runs/5049364024/jobs/9064716795

kleinesfilmroellchen commented 1 year ago

The github action build error in rust nightly. I'll fix ok merge into master branch.

See:https://github.com/baoyachi/shadow-rs/actions/runs/5049364024/jobs/9064716795

Okay; I'm pretty sure I didn't cause that issue though, since I didn't touch any if let code.