acr 0.4.3

All shared code across the whole Acridotheres project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Utilities
pub use chrono;
pub use dh;

// Compression
pub use deflate;
pub use lzma_rs;

// Encryption
pub use libaes;

// Hashing
pub use crc32fast;
pub use murmur3;
pub use sha2;