Struct oo_bindgen::model::LibraryInfo
source · pub struct LibraryInfo {
pub description: String,
pub project_url: String,
pub repository: String,
pub license_name: String,
pub license_description: Vec<String>,
pub license_path: PathBuf,
pub developers: Vec<DeveloperInfo>,
pub logo_png: &'static [u8],
}Expand description
metadata related to the library
Fields§
§description: StringDescription of the library
project_url: StringURL of the project
repository: StringGitHub organisation and repo name (e.g. stepfunc/oo_bindgen)
license_name: StringLicense name
license_description: Vec<String>Short description of the license (to put on every generated file)
license_path: PathBufPath to the license file from the root directory
developers: Vec<DeveloperInfo>List of developers
logo_png: &'static [u8]Logo of the company (in PNG)
Use include_bytes to import the data