aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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