bijection 0.1.2

A library for producing bijective functions in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
arrayref = "0.3.2"
byteorder = "0.5.3"
matches = "0.1.2"
rust-crypto = "0.2.36"

[package]
authors = ["Binary Birch Tree <binarybirchtree@users.noreply.github.com>"]
description = "A library for producing bijective functions in Rust."
documentation = "https://binarybirchtree.github.io/rust-bijection/bijection"
include = ["**/*.rs", "Cargo.toml", "LICENSE"]
keywords = ["bijection", "bijective", "function"]
license = "Apache-2.0"
name = "bijection"
repository = "https://github.com/binarybirchtree/rust-bijection"
version = "0.1.2"