Docs.rs
loe-0.3.0
loe 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pnevyk
Dependencies
clap ^2
normal
yansi ^0.4
normal
proptest ^0.8.7
dev
Versions
95%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
loe
0.3.0
All Items
Crate Items
Structs
Enums
Traits
Functions
Crate
loe
Copy item path
Source
Structs
§
Config
Configuration for processing. Two things can be set: encoding of input and type of line ending.
Enums
§
Encoding
Enumeration of core-supported encodings.
Parse
Error
Error which can occur during processing.
Transform
Mode
Enumeration of possible transforms.
Traits
§
Encoding
Checker
Trait used for encoding checking. It should behave like a state machine to which bytes are fed. If the passed bytes causes the checker to enter an invalid state, the method should return false as the indication.
Transform
Trait used for transformation of the input. It works on buffers due to the memory consumption and performance reasons.
Functions
§
process
The entry point of
loe
. It processes the given input and write the result into the given output. Its behavior is dependent on given config.