sfo-split

Crates.iosfo-split
lib.rssfo-split
version0.1.7
created_at2025-02-20 09:43:27.69017+00
updated_at2025-09-12 07:58:10.735485+00
descriptionImplement splittable object
homepage
repositoryhttps://github.com/wugren/sfo-split.git
max_upload_size
id1562432
size18,154
(wugren)

documentation

README

sfo-split

Implement splittable object

Example

pub struct TestRead {

}

pub struct TestWrite {

}

let splittable = Splittable::new(TestRead{}, TestWrite{});
let (r, w) = splittable.split();
Commit count: 0

cargo fmt