Skip to content

wsalmonct/bytecursor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bytecursor

bytecursor is a fully-featured std::io::Read, std::io::Write, and std::io::Seek. It was created for use in sp-ipld as a concrete replacement for the originally trait-generic parameters. It should be fully equivalent to a std::io::Cursor<Vec<u8>> for all intents and purposes.

Bytecursor is no-std compatible, using only core and alloc.

About

No_std buffer library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%