Skip to content

Releases: volks73/cargo-rustc-cfg

Beta-2

30 Nov 22:07
Compare
Choose a tag to compare

Added

  • Builder-based implementation for customizing the cargo rustc -- --print cfg command
  • The --lib flag to the cargo rustc --lib -- --print cfg command as default (See #3)
  • Support for specifying a toolchain via the CargoRustcPrintCfg builder type (See #1)
  • Information to the module documentation about needing toolchains and targets installed (See #2)

Changed

  • The Cfg::new method to the Cfg::host method (See #4)
  • The Cfg::with_triple method to the Cfg::rustc_target method
  • Documentation tests to reflect new API and more appropriate examples

Removed

  • The Cfg::with_args method

Beta-1.0

29 Nov 15:56
Compare
Choose a tag to compare

Added

  • Initial Application Programming Interface (API)
  • Initial implementation for parsing cargo rustc -- --print cfg output
  • Examples
  • Documentation tests, a.k.a. doctests
  • Documentation