{"id":16476397,"url":"https://github.com/softprops/tee","last_synced_at":"2025-07-01T11:37:38.469Z","repository":{"id":57669438,"uuid":"47882235","full_name":"softprops/tee","owner":"softprops","description":"tee for rustlang readers","archived":false,"fork":false,"pushed_at":"2022-08-16T06:16:16.000Z","size":535,"stargazers_count":8,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T12:00:03.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softprops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-12T14:57:36.000Z","updated_at":"2023-09-12T14:57:40.000Z","dependencies_parsed_at":"2022-09-10T21:10:47.769Z","dependency_job_id":null,"html_url":"https://github.com/softprops/tee","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Ftee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Ftee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Ftee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Ftee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/tee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244751720,"owners_count":20504246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T12:42:22.236Z","updated_at":"2025-03-21T06:32:19.093Z","avatar_url":"https://github.com/softprops.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tee\n\n[![Build Status](https://travis-ci.org/softprops/tee.svg)](https://travis-ci.org/softprops/tee) [![Coverage Status](https://coveralls.io/repos/softprops/tee/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/softprops/tee?branch=master)\n\nA rustlang adapter for readers which delegate read bytes to a writer, adapted from the standard library's `std::io::Read#tee` which has since been deprecated.\n\n## install\n\nAdd the following to your `Cargo.toml` file\n\n```toml\n[dependencies]\ntee = \"0.1\"\n```\n\n## api docs\n\nrustdoc api documentation can be found [here](https://softprops.github.io/tee)\n\n## examples\n\nThe currently unstable/deprecated std library function looks like this\n\n```rust\nlet tee_reader = reader.tee(writer);\n```\n\nWith `tee`, this looks more like\n\n```rust\nlet tee_reader = tee::TeeReader::new(reader, writer);\n```\n\nDoug Tangren (softprops) 2015\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Ftee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Ftee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Ftee/lists"}