h1emu-core 0.8.7

Utility library used in h1emu.
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate wee_alloc;

// Use `wee_alloc` as the global allocator.
#[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;

pub mod crc;
pub mod jenkins;
pub mod rc4;
pub mod soeprotocol;
pub mod utils;