Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byteorder-cursor

This repo was migrated to Codeberg.

A Rust crate build on top of the byteorder crate that provides a std::io::Cursor like interface designed to simplify implementation of arbitrary binary protocols in a no_std environment.

Rust Feature Flags

  • std (default) — Remove this feature to make the library no_std compatible.

License

byteorder-cursor is licensed under the BSD-3-Clause license.

Example

See examples directory.

About

No-std Cursor like interface on top of the byteorder crate.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages