Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / BurntSushi/byteorder issues and pull requests

#216 - Update LICENSE-MIT

Pull Request - State: closed - Opened by maximevtush 21 days ago

#215 - How to use the xxx_into methods?

Issue - State: closed - Opened by svanharmelen 2 months ago - 4 comments
Labels: question

#214 - Replace some unsafe with zerocopy

Pull Request - State: open - Opened by joshlf 5 months ago - 4 comments

#213 - Feature Request: Support for embedded-io

Issue - State: open - Opened by andyolivares 5 months ago - 1 comment

#212 - Bound `slice_to_u8_mut` by bytemuck::AnyBitPattern or bytemuck::Pod to ensure soundness

Issue - State: closed - Opened by danakj 5 months ago - 4 comments
Labels: wontfix

#211 - Feature request: generic read/write functions

Issue - State: closed - Opened by antonilol 6 months ago - 2 comments

#210 - Feature request: encode/decode from fixed size arrays

Issue - State: closed - Opened by antonilol 6 months ago - 1 comment

#209 - ReadBytesExt: document the danger of reading after an error

Pull Request - State: closed - Opened by eric-seppanen 7 months ago

#208 - Hazard with `ReadBytesExt` methods and continuing after errors

Issue - State: open - Opened by eric-seppanen 7 months ago - 5 comments

#207 - Unsound usages of unsafe implementation from `[T]` to `[u8]`

Issue - State: closed - Opened by llooFlashooll 9 months ago - 5 comments

#206 - Add benchmarks of 'write_[u]int[128]'

Pull Request - State: open - Opened by fintelia 11 months ago

#205 - write_int never panics on out of range input

Issue - State: open - Opened by fintelia 11 months ago

#204 - Expose `#[forbid(unsafe_code)]` subset

Issue - State: closed - Opened by fintelia 11 months ago - 3 comments
Labels: wontfix

#203 - [Bug] Some unknown error caused by byteorder 1.5.0

Issue - State: closed - Opened by Demy076 11 months ago - 1 comment

#202 - Safe implementations of write_uint and write_uint128

Pull Request - State: open - Opened by fintelia about 1 year ago - 5 comments

#201 - write_i64 does not write to the buffer

Issue - State: closed - Opened by Phill030 about 1 year ago - 2 comments

#200 - Use safe code for floating point endian conversion

Pull Request - State: closed - Opened by fintelia about 1 year ago - 1 comment

#199 - Simplify pack_size() and pack_size128()

Pull Request - State: closed - Opened by moubctez over 1 year ago

#198 - Restore MSRV 1.41

Pull Request - State: closed - Opened by newpavlov over 1 year ago - 2 comments

#197 - rollup: fixup CI and endianness conversion improvements

Pull Request - State: closed - Opened by BurntSushi over 1 year ago

#196 - Fix typo in a doc comment of `unsafe_read_slice`.

Pull Request - State: closed - Opened by anforowicz over 1 year ago

#196 - Fix typo in a doc comment of `unsafe_read_slice`.

Pull Request - State: open - Opened by anforowicz over 1 year ago

#196 - Fix typo in a doc comment of `unsafe_read_slice`.

Pull Request - State: open - Opened by anforowicz over 1 year ago

#194 - Unsound assumption about the alignment of u32 and f32

Issue - State: open - Opened by anforowicz over 1 year ago

#194 - Unsound assumption about the alignment of u32 and f32

Issue - State: open - Opened by anforowicz over 1 year ago

#194 - Unsound assumption about the alignment of u32 and f32

Issue - State: closed - Opened by anforowicz over 1 year ago

#193 - Eliminate unsafe_write_num_bytes and thus unsafe block inside of it

Pull Request - State: closed - Opened by mina86 over 1 year ago

#192 - Remove unsafe code from read_uint and read_uint128 methods

Pull Request - State: closed - Opened by mina86 over 1 year ago

#191 - Update quickcheck.

Pull Request - State: open - Opened by nicolas-graves over 1 year ago

#190 - Any difference to Rust official functions?

Issue - State: closed - Opened by oilel almost 2 years ago - 1 comment

#189 - Convert endianess while copying in read/write into methods

Pull Request - State: closed - Opened by mina86 about 2 years ago - 4 comments

#188 - add ReadFrom and WriteTo traits with a derive macro

Issue - State: closed - Opened by dvc94ch almost 3 years ago - 1 comment
Labels: wontfix

#187 - Endianness-managing Read/Write wrapper?

Issue - State: closed - Opened by masklinn about 3 years ago - 2 comments

#186 - Transparently support reading into arrays of types that are byte-compatible with integers

Issue - State: closed - Opened by ptomato about 3 years ago - 1 comment
Labels: wontfix

#185 - Implement `read_usize`

Issue - State: closed - Opened by AsafFisher about 3 years ago - 5 comments
Labels: wontfix

#184 - Add `Read/WriteBytesExt` support for `core2::io`

Pull Request - State: closed - Opened by AsafFisher over 3 years ago - 1 comment

#183 - Add impl of `ReadBytesExt` and `WriteBytesExt` for `core2::io::Write`

Issue - State: closed - Opened by AsafFisher over 3 years ago - 7 comments

#182 - Fix crates.io badge and remove obsolete exclusion

Pull Request - State: closed - Opened by atouchet over 3 years ago

#181 - Fix error in documentation: f64 is 8 bytes (not 4)

Pull Request - State: closed - Opened by SvetlinZarev over 3 years ago

#180 - bring the changelog up to date

Pull Request - State: closed - Opened by striezel over 3 years ago - 4 comments

#179 - Consider supporting outdated Rust versions to make bincode happy

Issue - State: closed - Opened by kornelski almost 4 years ago - 1 comment
Labels: wontfix

#178 - Rust is failing to find type definitions or enumerations

Issue - State: closed - Opened by ethindp almost 4 years ago - 2 comments

#177 - Document MSRV

Issue - State: closed - Opened by vks almost 4 years ago - 1 comment

#176 - Changelog is not up to date

Issue - State: closed - Opened by striezel almost 4 years ago

#175 - Change as_ptr to as_mut_ptr to fix Miri error

Pull Request - State: closed - Opened by jturner314 almost 4 years ago - 11 comments

#174 - Use HTTPS

Pull Request - State: closed - Opened by atouchet about 4 years ago

#173 - panic in try from slice

Issue - State: closed - Opened by robjtede about 4 years ago - 4 comments

#172 - upgrade quickcheck to 1.0

Issue - State: open - Opened by BurntSushi about 4 years ago
Labels: enhancement

#171 - rollup + bump MSRV to 1.41.1

Pull Request - State: closed - Opened by BurntSushi about 4 years ago

#170 - Using byteorder with type definitions

Issue - State: closed - Opened by dannygale about 4 years ago - 1 comment
Labels: question

#169 - changelog: backfill to 1.3.3

Pull Request - State: closed - Opened by workingjubilee over 4 years ago

#168 - Add `read_u40`

Issue - State: closed - Opened by Stargateur over 4 years ago - 1 comment

#167 - Support async analogues of Read and Write extensions

Issue - State: closed - Opened by jimblandy over 4 years ago - 4 comments

#166 - Implement write_uXX_from

Pull Request - State: closed - Opened by luizirber almost 5 years ago

#165 - ci: change MSRV back to 1.12.0 in CI

Pull Request - State: closed - Opened by BurntSushi almost 5 years ago

#164 - cargo: add no_std in categories

Pull Request - State: closed - Opened by a1phyr almost 5 years ago - 1 comment

#163 - Add methods that take/return arrays

Issue - State: open - Opened by joshlf almost 5 years ago - 2 comments

#162 - Add `read_u8_into()` for completeness

Issue - State: closed - Opened by I3ck about 5 years ago - 2 comments

#161 - Why does that write NUL's?

Issue - State: closed - Opened by deeprobin about 5 years ago - 1 comment
Labels: question

#160 - Changelog is one year behind

Issue - State: closed - Opened by Vlad-Shcherbina about 5 years ago - 5 comments
Labels: question

#159 - ci: switch to GitHub Actions

Pull Request - State: closed - Opened by BurntSushi about 5 years ago - 2 comments

#158 - Avoid unwrap

Issue - State: closed - Opened by tkaitchuck about 5 years ago - 1 comment

#157 - Resolve clippy warnings in normal build

Pull Request - State: closed - Opened by zrneely about 5 years ago - 1 comment

#156 - Improve i8 slice methods

Pull Request - State: closed - Opened by aschampion over 5 years ago - 2 comments

#155 - Feature request: Add write_uXX_from to WriteBytesExt trait

Issue - State: open - Opened by kacejot over 5 years ago - 4 comments
Labels: enhancement, help wanted

#154 - Bump quickcheck to 0.9

Pull Request - State: closed - Opened by eclipseo over 5 years ago - 3 comments

#153 - Add endianness type parameter for (read|write)_[ui]8

Issue - State: closed - Opened by SOF3 over 5 years ago - 1 comment

#152 - Multiple byteorder tests are failing on Fedora (literal out of range)

Issue - State: closed - Opened by ignatenkobrain over 5 years ago - 1 comment

#151 - Remove build.rs to decrease the build time

Issue - State: closed - Opened by RazrFalcon over 5 years ago - 1 comment

#150 - Check rustc version using rustc_version crate and fix 1.26.0-nightly build regression

Pull Request - State: closed - Opened by rafalh over 5 years ago - 7 comments

#149 - Improved write_u64 performance

Issue - State: closed - Opened by velvia almost 6 years ago - 4 comments
Labels: question

#148 - note new standard methods from Rust 1.32 in the docs

Pull Request - State: closed - Opened by oconnor663 almost 6 years ago

#147 - Add read_i8_into to ReadBytesExt

Pull Request - State: closed - Opened by jturner314 almost 6 years ago

#146 - Automatically check if README.md examples are working when running "cargo test"

Pull Request - State: closed - Opened by GuillaumeGomez almost 6 years ago - 1 comment

#145 - Instantiating LittleEndiand and BigEndian for runtume byte order switching.

Issue - State: closed - Opened by johollow almost 6 years ago - 2 comments
Labels: duplicate

#144 - literal out of range

Issue - State: closed - Opened by Dylan-DPC-zz almost 6 years ago - 3 comments
Labels: bug

#143 - [Feature Request] ByteOrder::read<T>

Issue - State: closed - Opened by kitlith almost 6 years ago - 3 comments

#142 - Avoid duplicating documentation of NativeEndian

Pull Request - State: closed - Opened by tesuji about 6 years ago - 1 comment

#141 - fix build for rustc versions 1.17.0 and 1.18.0

Pull Request - State: closed - Opened by tspiteri about 6 years ago - 1 comment

#140 - `eprintln!` in build.rs requires rustc 1.19.0

Issue - State: closed - Opened by tspiteri about 6 years ago - 4 comments

#139 - prep for 1.3 release

Pull Request - State: closed - Opened by BurntSushi about 6 years ago

#138 - replacing unsafe float<->int casts for the ones in the core library

Pull Request - State: closed - Opened by snf about 6 years ago - 1 comment

#138 - replacing unsafe float<->int casts for the ones in the core library

Pull Request - State: closed - Opened by snf about 6 years ago - 1 comment

#137 - no_std support for ReadBytesExt/WriteBytesExt

Issue - State: closed - Opened by rjsberry about 6 years ago - 5 comments
Labels: question

#137 - no_std support for ReadBytesExt/WriteBytesExt

Issue - State: closed - Opened by rjsberry about 6 years ago - 5 comments
Labels: question

#136 - u128 is stable

Issue - State: closed - Opened by WildCryptoFox about 6 years ago - 4 comments

#136 - u128 is stable

Issue - State: closed - Opened by WildCryptoFox about 6 years ago - 4 comments

#135 - ci: fix [ syntax to run cross CI as cross compilation.

Pull Request - State: closed - Opened by huonw about 6 years ago

#135 - ci: fix [ syntax to run cross CI as cross compilation.

Pull Request - State: closed - Opened by huonw about 6 years ago

#134 - MIPS CI isn't running on MIPS

Issue - State: closed - Opened by huonw about 6 years ago

#134 - MIPS CI isn't running on MIPS

Issue - State: closed - Opened by huonw about 6 years ago

#133 - exclude CI files

Pull Request - State: closed - Opened by ignatenkobrain over 6 years ago - 2 comments

#133 - exclude CI files

Pull Request - State: closed - Opened by ignatenkobrain over 6 years ago - 2 comments

#132 - write_usize()

Issue - State: closed - Opened by vext01 over 6 years ago - 1 comment
Labels: question

#132 - write_usize()

Issue - State: closed - Opened by vext01 over 6 years ago - 1 comment
Labels: question

#131 - Use OR in the license field

Pull Request - State: closed - Opened by newpavlov over 6 years ago

#131 - Use OR in the license field

Pull Request - State: closed - Opened by newpavlov over 6 years ago