Docs.rs
ads-0.4.4
ads 0.4.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
birkenfeld
Dependencies
byteorder ^1.5.0
normal
crossbeam-channel ^0.5.13
normal
itertools ^0.13.0
normal
thiserror ^1.0.63
normal
zerocopy ^0.7.35
normal
chrono ^0.4.38
dev
clap ^3.2.25
dev
once_cell ^1.19.0
dev
parse_int ^0.6.0
dev
quick-xml ^0.36.1
dev
regex <1.10.0
dev
strum ^0.26.3
dev
Versions
100%
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
Module strings
ads
0.4.4
Module strings
Module Items
Structs
Type Aliases
In crate ads
ads
Module
strings
Copy item path
Source
Expand description
Const-generic string types for representing fixed-length strings.
Structs
§
String
Represents a fixed-length byte string.
WString
Represents a fixed-length wide string.
Type Aliases
§
String80
Alias for
String<80>
.
WString80
Alias for
WString<80>
.