Docs.rs
termcalc-1.0.1
termcalc 1.0.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
rtbo
Dependencies
arboard ^3.4.0
normal
clap ^4.5.16
normal
crossterm ^0.27.0
normal
pager-rs ^0.3.0
normal
strip-ansi-escapes ^0.2.0
normal
approx ^0.5.1
dev
Versions
5.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module input
tc
1.0.1
Module input
Module Items
Structs
Traits
Type Aliases
In crate tc
tc
Module
input
Copy item path
Source
Structs
§
Cursor
A cursor over an input stream of characters. It keeps track of the current position in the stream. It has the ability to put characters back into the stream.
Traits
§
HasSpan
Type Aliases
§
Pos
Byte position into an input stream.
Span
Byte span into an input stream (first pos, one past last pos)