Skip to content

Commit f44962a

Browse files
authored
Merge pull request #24 from scileo/master
Use &str instead of &[u8] in reader.rs, and other concerned areas
2 parents f8bbd78 + 9746a8d commit f44962a

File tree

3 files changed

+179
-137
lines changed

3 files changed

+179
-137
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pest = "*"
1212
pest_derive = "*"
1313
nom = "*"
1414
text_io = "*"
15-
rand = "*"
15+
rand = "*"

0 commit comments

Comments
 (0)