Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ BufReader
Class
BufReader
0d_files/rust/bufread_lines.rs:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
pub struct BufReader {
21
reader: io::BufReader<File>,
22
}
23
24
impl BufReader {
25
pub fn open(path: impl AsRef<std::path::Path>) -> io::Result<Self> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected