Structs§
- BPlus
Tree Map - BPlus
Tree Node - Block
Allocator - EzError
- Fixed
List - Free
List Iter - Free
List Vec - Hallocator
- KeyString
- Pointer
- Slice
Enums§
Constants§
Traits§
Functions§
- bytes_
from_ strings - bytes_
to_ str - Removes the trailing 0 bytes from a str created from a byte buffer
- check_
pointer_ safety - cut
- decode_
hex - Decodes a hexadecimal String as a byte slice.
- encode_
hex - Encodes a byte slice as a hexadecimal String
- extend_
zeroes - f32_
from_ le_ slice - Creates a u32 from a &u8 of length 4. Panics if len is different than 4.
- get_
current_ time - Gets the current time as seconds since UNIX_EPOCH. Used for logging, mostly.
- get_
precise_ time - Gets the current time as seconds since UNIX_EPOCH. Used for logging, mostly.
- i32_
from_ le_ slice - Creates a i32 from a &u8 of length 4. Panics if len is different than 4.
- ksf
- mean_
f32_ slice - mean_
i32_ slice - median_
f32_ slice - median_
i32_ slice - mode_
i32_ slice - mode_
string_ slice - pointer_
add - pop_
from_ hashset - print_
sep_ list - ptr
- raw_
sum_ ⚠f32_ slice - rdtsc
- Count cycles for benchmarking
- read_
f32 - read_
i32 - read_
keystring - read_
u64 - stdev_
f32_ slice - stdev_
i32_ slice - sum_
f32_ slice - sum_
i32_ slice - time_
print - Incredibly convoluted way to print the current date. Copied from StackOverflow
- u32_
from_ le_ slice - Creates a u32 from a &u8 of length 4. Panics if len is different than 4.
- u64_
from_ le_ slice - Creates a u64 from a &u8 of length 8. Panics if len is different than 8.
- usize_
from_ le_ slice - Creates a usize from a &u8 of length 8. Panics if len is different than 8.
- write_
f32 - write_
i32 - write_
keystring - write_
u64