Registry / utility / cargo-author

cargo-author

JSON →
library1.0.7rscratesunverified

Parse author fields (name <email> (url)) used by Cargo and npm.

# Cargo.toml [dependencies] cargo_author = "1.0.7"
INSTALL
IMPORT
SIG · CARGO-AUTHOR
C
cargo-author
utilityrustv1.0.7
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.

Author
use cargo_author::Author;

Parse an author string into its components.

use cargo_author::Author; fn main() { let author: Author = "John Doe <john@example.com>".parse().unwrap(); println!("Name: {}", author.name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cargo-author — cargo add cargo-author · libregistry