Module kern::meta

source ·

Functions§

  • Get name string from a Cargo.toml (unsafe, modifies NAME)
  • Get version string from a Cargo.toml (unsafe, modifies VERSION)
  • Get name (unsafe, but should be safe unless NAME is being modified)
  • Search value of key (key must end with =) in cargo_toml
  • Get version (unsafe, but should be safe unless VERSION is being modified)