update at 2021-11-28 22:43:24 by ehlxr
This commit is contained in:
parent
5d80543e38
commit
80ccdf64bd
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3,5 +3,5 @@
|
|||||||
version = 3
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rss"
|
name = "rust_study"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rss"
|
name = "rust_study"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["ehlxr <ehlxr.me@gmail.com>"]
|
authors = ["ehlxr <ehlxr.me@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -9,7 +9,7 @@ use std::sync::{mpsc, Arc, Mutex};
|
|||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
use std::{collections::HashMap, fs::File, io::ErrorKind, thread};
|
use std::{collections::HashMap, fs::File, io::ErrorKind, thread};
|
||||||
|
|
||||||
use rss::*;
|
use rust_study::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut s = String::from("Hello");
|
let mut s = String::from("Hello");
|
||||||
|
Loading…
Reference in New Issue
Block a user