hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 4dd14a76275e32338867717561a7e3b047bb06ee
parent 70a17197c071ef1916d232b099f403c550f6c963
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 25 Apr 2021 10:47:38 -0400

fs: add README

Diffstat:
Afs/README | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/fs/README b/fs/README @@ -0,0 +1,4 @@ +The fs module provides an abstracted interface for accessing an arbitrary +filesystem. If you want to work with the host filesystem, you probably want to +refer to the functions available in [[os]] instead, which provides an +implementation of [[fs::fs]] for the host filesystem.