[][src]Module kern::meta

Functions

init_name

Get name string from a Cargo.toml (unsafe, modifies NAME)

init_version

Get version string from a Cargo.toml (unsafe, modifies VERSION)

name

Get name (unsafe, but should be safe unless NAME is being modified)

search

Search value of key (key must end with =) in cargo_toml

version

Get version (unsafe, but should be safe unless VERSION is being modified)