issues
search
mgeisler
/
textwrap
An efficient and powerful Rust library for word wrapping text.
MIT License
467
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use `f64` instead of `usize` for fragment widths
#421
mgeisler
closed
2 years ago
0
Prevent overflows by using `u32` instead of `usize` to represent the line width
#420
mgeisler
closed
2 years ago
2
Incorrect width measurement for tabs?
#419
itsjunetime
opened
2 years ago
3
Use `u16` instead of `usize` for line width
#418
mgeisler
closed
2 years ago
7
Update `fill_optimal_fit` fuzz target to match `OptimalFit`
#417
mgeisler
closed
2 years ago
0
Text is wrapped at small and inconsistent widths when attempting to wrap at a very large width.
#416
olson-sean-k
closed
2 years ago
7
Add demo program to help compute binary sizes
#415
mgeisler
closed
3 years ago
0
Bump wasm demo dependencies
#414
mgeisler
closed
3 years ago
0
Consider using strip-ansi-escapes crate
#413
luser
closed
2 years ago
1
Traits not implemented for all boxed trait objects (e.g. `Box<dyn WordSplitter + Send>`)
#412
sdroege
closed
2 years ago
7
Default to `OptimalFit` in interactive example
#411
mgeisler
closed
3 years ago
0
Cleanup needless borrows
#410
mgeisler
closed
3 years ago
0
Simplify README doctest
#409
mgeisler
closed
3 years ago
0
Wrap README doctest in separate module
#408
mgeisler
closed
3 years ago
3
Add checks for README examples and fix typo
#407
GuillaumeGomez
closed
3 years ago
1
Rename `Fragment` to `MeasuredFragment`
#406
mgeisler
closed
2 years ago
1
Cleanup and simplify `Options` docstring
#405
mgeisler
closed
3 years ago
0
Make documentation for short last-line penalty more precise
#404
mgeisler
closed
3 years ago
0
Configure required features for examples
#403
robinkrahl
closed
3 years ago
5
Make word separators and splitters more flexible
#402
robinkrahl
opened
3 years ago
5
Generic word separators and splitters
#401
robinkrahl
opened
3 years ago
2
add fill_optimal_fit fuzz target to CI
#400
MakotoE
closed
2 years ago
3
Cache build artifacts using `rust-cache`
#399
mgeisler
closed
3 years ago
0
Cache compilation artifacts with sccache
#398
mgeisler
closed
3 years ago
1
Split `build` job into separate jobs per feature configuration
#397
mgeisler
closed
3 years ago
0
Cache cargo-fuzz between invocations
#396
mgeisler
closed
3 years ago
0
Release 0.14.2
#395
github-actions[bot]
closed
3 years ago
0
Enable 30 second fuzz testing on all PRs
#394
mgeisler
closed
3 years ago
0
Release 0.14.1
#393
github-actions[bot]
closed
3 years ago
0
wrap_optimal_fit() - Checked arithmetic
#392
MakotoE
closed
2 years ago
2
Fix panic in `find_words` due to string access outside of a character boundary
#391
MakotoE
closed
3 years ago
3
Panic due to byte access between char boundary
#390
MakotoE
closed
3 years ago
2
Introduce parameters to `OptimalFit`
#389
mgeisler
closed
3 years ago
0
Wrapping based on byte length instead of unicode width
#388
anna-is-cute
closed
3 years ago
3
Fix long line in comment
#387
mgeisler
closed
3 years ago
0
Rewrap tests for `WordSeparator::find_words`
#386
mgeisler
closed
3 years ago
0
Improvements to `unfill` and `refill` from the runwrap crate
#385
mgeisler
opened
3 years ago
2
Option not to split words longer than a line
#384
veikman
closed
3 years ago
3
Add support for automatic hyphenation in Wasm demo
#383
mgeisler
opened
3 years ago
0
Mark code blocks as “text” when necessary in the README
#382
mgeisler
closed
3 years ago
0
Update `hyphenation` to v0.8.3
#381
tapeinosyne
closed
3 years ago
2
Fix redrawing when the input is updated
#380
mgeisler
closed
3 years ago
0
Disable the `WrapAlgorithm` select field for now
#379
mgeisler
closed
3 years ago
0
Use more descriptive word splitter name
#378
mgeisler
closed
3 years ago
0
Update `hyphenation` to v0.8.2
#377
tapeinosyne
closed
3 years ago
1
Let user change font-size in Wasm demo
#376
mgeisler
closed
3 years ago
0
Generate high-quality source-map for Wasm demo
#375
mgeisler
closed
3 years ago
0
Count Wasm page views
#374
mgeisler
closed
3 years ago
0
Release 0.14.0
#373
github-actions[bot]
closed
3 years ago
0
Release 0.14.0
#372
github-actions[bot]
closed
3 years ago
1
Previous
Next