pub type PackageJson = PackageJsonGeneric<PackageJsonCell>;Expand description
package.json parsed with simd-json (the parsed BorrowedValue borrows the file bytes).
Aliased Type§
pub struct PackageJson {
pub path: PathBuf,
pub realpath: PathBuf,
/* private fields */
}Fields§
§path: PathBufPath to package.json. Contains the package.json filename.
realpath: PathBufRealpath to package.json. Contains the package.json filename.