ipld-car 0.1.0

DAG-PB serialization/deserialization library for IPFS CAR v1 archives
Documentation
1
2
3
4
5
6
7
use derive_new::new;

#[derive(Debug, Clone, new)]
pub struct Symlink {
	#[new(into)]
	pub posix_path: String,
}