aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* use the new fd apis in stdJesse Luehrs2023-03-082-3/+3
|
* clippyJesse Luehrs2023-02-051-4/+4
|
* another rewriteJesse Luehrs2022-02-235-234/+48
|
* simplifyJesse Luehrs2021-12-295-39/+46
|
* wip another complete refactorJesse Luehrs2021-12-295-59/+51
|
* wipJesse Luehrs2021-12-285-54/+64
|
* make plain `cargo test` workJesse Luehrs2021-03-066-248/+307
|
* add interhack exampleJesse Luehrs2021-03-031-0/+104
|
* refactor examplesJesse Luehrs2021-03-035-127/+40
|
* give smol its own named api tooJesse Luehrs2021-02-271-1/+1
|
* add examples for async-std and tokio as wellJesse Luehrs2021-02-242-0/+193
|
* use write_all instead of writeJesse Luehrs2021-02-241-1/+1
|
* add smol exampleJesse Luehrs2021-02-231-0/+99
|
* also create separate pty structs per backendJesse Luehrs2021-02-231-1/+1
| | | | | for now, they are identical, but i will change them to be specialized next
* refactorJesse Luehrs2021-02-221-1/+1
|
* refactor exampleJesse Luehrs2020-07-171-7/+28
|
* more useful exampleJesse Luehrs2020-07-171-12/+37
|
* pass by referenceJesse Luehrs2020-07-171-1/+1
|
* allow setting the terminal sizeJesse Luehrs2020-07-161-3/+7
|
* simplifyJesse Luehrs2020-07-161-3/+6
|
* move all of the logic into the spawn methodJesse Luehrs2020-07-161-3/+3
| | | | keep the command class as a pure builder
* slightly better process exit handlingJesse Luehrs2020-07-161-6/+46
|
* start of an implementationJesse Luehrs2020-07-151-0/+14