diff options
| author | zirkonya <zirkonya@iridium.lan> | 2026-08-16 14:59:32 +0200 |
|---|---|---|
| committer | zirkonya <zirkonya@iridium.lan> | 2026-08-16 14:59:32 +0200 |
| commit | 7cfd669783c310747debcfca7106e6162f492340 (patch) | |
| tree | decf913fc67c7b03b83cc4900a2fd2b833150caa /src | |
| parent | 90042cc32f95286692755451aabdc928c315e2ce (diff) | |
remove big_endian feature ; add macros features
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ pub mod codec; pub mod context; pub mod types; +#[cfg(feature = "macros")] pub use zr_protocol_macros as macros; +/// The default buffer length used to allocate chunks pub(crate) const DEFAULT_BUFFER_LEN: usize = 2048; |
