File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/monero-rs/base58m-rs.svg?branch=master )] ( https://travis-ci.com/monero-rs/base58m-rs ) [ ![ Crates.io] ( https://img.shields.io/crates/v/base58m.svg )] ( https://crates.io/crates/base58m ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
1+ [ ![ Build Status] ( https://travis-ci.com/monero-rs/base58m-rs.svg?branch=master )] ( https://travis-ci.com/monero-rs/base58m-rs ) [ ![ unsafe forbidden ] ( https://img.shields.io/badge/unsafe-forbidden-success.svg )] ( https://github.com/rust-secure-code/safety-dance/ ) [ ![ Crates.io] ( https://img.shields.io/crates/v/base58m.svg )] ( https://crates.io/crates/base58m ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
22
33` base58m ` , a Rust Monero Base58 ` base64 ` -like Binary
44===
Original file line number Diff line number Diff line change 1313// copies or substantial portions of the Software.
1414//
1515
16+ // Coding conventions
17+ #![ forbid( unsafe_code) ]
18+
1619use tokio:: fs:: File ;
1720use tokio:: io;
1821use tokio:: io:: AsyncRead ;
You can’t perform that action at this time.
0 commit comments