Docs.rs
ezlog-0.2.0
ezlog 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
s1rius
Dependencies
aead ^0.5.1
normal
aes-gcm ^0.10.1
normal
optional
aes-gcm-siv ^0.11.1
normal
android_logger ^0.13
normal
optional
bitflags ^2.0.1
normal
byteorder ^1
normal
cipher ^0.4.4
normal
crossbeam-channel ^0.5
normal
flate2 ^1.0
normal
integer-encoding ^3.0
normal
libc ^0.2
normal
log ^0.4
normal
optional
memmap2 ^0.6
normal
once_cell ^1.12
normal
thiserror ^1
normal
thread-id ^4.0.0
normal
time ^0.3
normal
dirs ^5.0
dev
time ^0.3
dev
jni ^0.21.0
normal
windows ^0.46
normal
windows-sys ^0.45
normal
Versions
41.48%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
create_cryptor
ezlog
0.2.0
ezlog
Function
create_
cryptor
Copy item path
Source
pub fn create_cryptor( config: &
EZLogConfig
, ) ->
Result
<
Option
<
Box
<dyn
Cryptor
>>,
LogError
>