libdivide

Crates.iolibdivide
lib.rslibdivide
version0.4.0
sourcesrc
created_at2021-10-09 05:23:49.198521
updated_at2021-10-09 05:23:49.198521
descriptionPort of libdivide.
homepagehttps://github.com/youknowone/rust-divide
repositoryhttps://github.com/youknowone/rust-divide
max_upload_size
id462663
size32,355
Jeong, YunWon (youknowone)

documentation

https://docs.rs/libdivide

README

Rust port of libdivide

For the purpose of original libdivide, see libdivide.com.

This is port of libdivide 4.0 with scalars support.

Cargo crate name is libdivide

Example

use libdivide::Divider;

let d = Divider(5);  // this is slow
let r = 100 / &d;  // this is fast
Commit count: 6

cargo fmt