aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* wipJesse Luehrs2021-12-281-1/+1
|
* more clippy consistencyJesse Luehrs2021-12-151-0/+1
|
* be less aggressiveJesse Luehrs2021-12-151-3/+1
|
* simplify error handling a bunchJesse Luehrs2021-12-141-1/+1
|
* clippyJesse Luehrs2021-12-141-0/+14
|
* fix rustfmt configJesse Luehrs2021-03-061-1/+1
|
* docsJesse Luehrs2021-03-061-0/+47
|
* actually conditionalize on the backend-std featureJesse Luehrs2021-03-031-2/+2
|
* adjust the visibility of some typesJesse Luehrs2021-03-031-2/+2
| | | | to make the docs make more sense
* give smol its own named api tooJesse Luehrs2021-02-271-1/+3
|
* rename featuresJesse Luehrs2021-02-241-2/+2
|
* also create separate pty structs per backendJesse Luehrs2021-02-231-1/+8
| | | | | for now, they are identical, but i will change them to be specialized next
* also expose ChildJesse Luehrs2020-07-171-1/+1
|
* allow setting the terminal sizeJesse Luehrs2020-07-161-1/+1
|
* start of an implementationJesse Luehrs2020-07-151-7/+6
|
* project skeletonJesse Luehrs2020-07-141-0/+7