Crates.io | libdivide |
lib.rs | libdivide |
version | 0.4.0 |
source | src |
created_at | 2021-10-09 05:23:49.198521 |
updated_at | 2021-10-09 05:23:49.198521 |
description | Port of libdivide. |
homepage | https://github.com/youknowone/rust-divide |
repository | https://github.com/youknowone/rust-divide |
max_upload_size | |
id | 462663 |
size | 32,355 |
For the purpose of original libdivide, see libdivide.com.
This is port of libdivide 4.0 with scalars support.
Cargo crate name is libdivide
use libdivide::Divider;
let d = Divider(5); // this is slow
let r = 100 / &d; // this is fast