#io #io-write #io-read #seek #replace #read-write

no-std bytecursor

No-std replacement for std::io::Read, std::io::Write, and std::io::Seek

4 releases

0.2.0 Oct 18, 2021
0.1.2 Jul 8, 2021
0.1.1 Jul 8, 2021
0.1.0 Jul 8, 2021

#144 in No standard library

Download history 14/week @ 2024-02-19 47/week @ 2024-02-26 11/week @ 2024-03-04 30/week @ 2024-03-11 10/week @ 2024-03-18 45/week @ 2024-04-01 13/week @ 2024-04-08 31/week @ 2024-04-15

90 downloads per month
Used in 4 crates (3 directly)

MIT license

9KB
131 lines

Bytecursor

Crates.io docs.rs

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.

License

Copyright © 2021 Yatima Inc

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Code of Conduct

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

No runtime deps