Crates.io | unsegen_pager |
lib.rs | unsegen_pager |
version | 0.3.0 |
source | src |
created_at | 2019-03-17 22:41:27.875435 |
updated_at | 2021-06-03 19:59:19.918408 |
description | An unsegen widget for viewing files with additional features |
homepage | |
repository | https://github.com/ftilde/unsegen_pager |
max_upload_size | |
id | 121679 |
size | 100,272 |
unsegen_pager
provides a pager widget for unsegen including support for syntax highlighting (using syntect) and line decoration.
unsegen_pager
is available on crates.io. You can install it by adding this line to your Cargo.toml
:
unsegen_pager = "0.3.0"
There is an example at the root of the crate documentation which should be sufficient to get you going.
For a fully fledged application using unsegen_pager
, you can have a look at ugdb, which was developed alongside unsegen
and the primary motivation for it.
unsegen_pager
is released under the MIT license.