Crates.io | tube |
lib.rs | tube |
version | 0.0.2 |
source | src |
created_at | 2022-07-26 06:59:18.193275 |
updated_at | 2022-07-29 15:34:27.162074 |
description | This crate was renamed to 'tubez'. Please use that crate instead. |
homepage | |
repository | https://github.com/jeffmo/tubez |
max_upload_size | |
id | 633015 |
size | 122,783 |
I messed up... I originally named this crate "tube" which is the same name as the primary abstraction (and module) provided by the crate. This makes for a very confusing API given Rust's name-resolution rules (does "tube" refer to the crate? Or does it refer to an imported module? Gotta use "self::tube" to disambiguate...etc).
As such this crate was renamed to "tubez" and all future updates will happen there.