Registry / utility / bodyfile

bodyfile

JSON →
library0.1.4rscratesunverified

Parser and Generator for the famous mactime bodyfile format.

# Cargo.toml [dependencies] bodyfile = "0.1.4"
INSTALL
IMPORT
SIG · BODYFILE
B
bodyfile
utilityrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BodyFile
use bodyfile::BodyFile;

Creates a new BodyFile instance for parsing or generating bodyfile data.

use bodyfile::BodyFile; fn main() { let bf = BodyFile::new(); println!("{:?}", bf); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bodyfile — cargo add bodyfile · libregistry