Docs.rs
fixer-0.10.3
fixer 0.10.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
karuna
Dependencies
addr ^0.15
normal
async-recursion ^1.0
normal
atoi_simd ^0.18
normal
bytes ^1
normal
dashmap ^6.1
normal
delegate ^0.13
normal
dyn-clone ^1.0
normal
enum_dispatch ^0.3
normal
fast-float2 ^0.2
normal
futures ^0.3
normal
itoap ^1
normal
jiff ^0.2
normal
memchr ^2
normal
mongodb ^3
normal
optional
opentelemetry ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
parse_duration ^2.1
normal
quick-xml ^0.39
normal
ramhorns ^1.0
normal
regex ^1.12
normal
rust_decimal ^1.40
normal
rustc-hash ^2
normal
rustls-pemfile ^2
normal
serde ^1.0
normal
simple-error ^0.3
normal
smallvec ^1
normal
sqlx ^0.8
normal
optional
sscanf ^0.5
normal
thiserror ^2.0
normal
tokio ^1.50
normal
tokio-rustls ^0.26
normal
criterion ^0.5
dev
mockall ^0.14
dev
pprof ^0.15
dev
rcgen ^0.14
dev
serial_test ^3.0
dev
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
13.31%
of the crate is documented
Platform
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
Skip to main content
FIXBoolean
fixer
0.10.3
FIXBoolean
Trait Implementations
FieldValue
FieldValueReader
FieldValueWriter
FixBooleanTrait
In fixer::
fix_
boolean
fixer
::
fix_boolean
Type Alias
FIXBoolean
Copy item path
Source
pub type FIXBoolean =
bool
;
Trait Implementations
§
Source
§
impl
FieldValueReader
for
FIXBoolean
Source
§
fn
read
(&mut self, input: &[
u8
]) ->
SimpleResult
<
()
>
Source
§
impl
FieldValueWriter
for
FIXBoolean
Source
§
fn
write_to
(&self, buf: &mut
Vec
<
u8
>)
Source
§
fn
write
(&self) ->
Vec
<
u8
>
ⓘ
Source
§
impl
FixBooleanTrait
for
FIXBoolean
Source
§
fn
bool
(&self) ->
bool
Source
§
impl
FieldValue
for
FIXBoolean