aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAgeFilesLines
* Bring in all the cratesFenrir2017-01-215-1195/+0
|
* We stdlib nowFenrir2017-01-211-5/+10
|
* Regenerate raw service bindingsFenrir2016-10-281-48/+0
|
* Use bitflags for fs servicesFenrir2016-10-281-8/+32
|
* Split out libstd crateFenrir2016-10-284-10/+9
|
* libstd prelude, take 2Fenrir2016-10-271-2/+2
|
* Fix documentation errorsFenrir2016-10-031-7/+12
|
* Make OpenOptions logic slightly less uglyFenrir2016-10-021-3/+1
|
* Remove unwrap from append logicFenrir2016-09-301-9/+4
|
* Add append and truncate modes to OpenOptionsFenrir2016-09-291-7/+52
| | | | Also, fix an incorrect method description for DirEntry
* Documentation for the FS serviceFenrir2016-09-291-5/+298
|
* Add create_dir_all functionFenrir2016-09-291-16/+25
|
* Fix DirEntry's metadata() methodFenrir2016-09-281-12/+13
|
* Add metadata struct and functionsFenrir2016-09-271-9/+46
|
* Add read_dir function (directory iteration!)Fenrir2016-09-261-11/+99
|
* Add rename functionFenrir2016-09-251-15/+44
|
* Add directory create and delete functionsFenrir2016-09-231-0/+39
|
* Prolly shouldn't flush on every writeFenrir2016-09-231-1/+1
|
* Add read_to_end functionFenrir2016-09-211-0/+34
|
* Add remove_file functionFenrir2016-09-211-7/+20
|
* Refactor File and OpenOptions methodsFenrir2016-09-191-29/+35
|
* Add write method to fs FileFenrir2016-09-151-6/+25
|
* Add len method to fs Filepanicbit2016-08-201-0/+12
|
* Add read method to fs Filepanicbit2016-08-201-1/+28
|
* Delete functions that were removed from ctrulibFenrir2016-08-181-20/+0
|
* minor cleanupFenrir2016-08-181-2/+2
|
* Add OpenOptionsFenrir2016-08-131-65/+118
|
* Add FS moduleFenrir2016-08-122-0/+190
|
* Rename ::new() to ::init()Fenrir2016-08-012-2/+2
|
* remove unnecessary mutable self-borrowsFenrir2016-08-012-2/+2
|
* Re-introduced RAII semeantics for {Apt, Hid, Sdmc}Fenrir2016-06-042-6/+33
|
* core::fmt::Write support for the consoleFenrir2016-06-031-1/+1
|
* Overhauled and simplified API. Now apps no longer hang on exit!Fenrir2016-06-023-67/+34
|
* Added stdlib-like export module. Also added extremely basic console supportFenrir2016-05-184-23/+25
|
* Added new bindingsFenrir2016-05-023-40/+40
|
* Deleted old filesFenrir2016-04-303-7/+7
|
* Overhaul Apt service.Ronald Kinard2015-09-172-75/+77
| | | | | Applications should implement the Application trait and use that to interface with apt. An example is provided in rust3ds-template.
* Add Hid struct.Ronald Kinard2015-09-172-79/+81
|
* Expand gfx into a droppable type.Ronald Kinard2015-09-172-3/+53
| | | | | On creation, Gfx will init gfx. On drop, it will exit. You should wrap it in an Rc to move it around.
* Cleanup and lang items.Ronald Kinard2015-09-171-3/+4
| | | | Lang items may be removed if we get a libstd.
* No need for implicit core imports anymoreAndor Uhlár2015-08-181-2/+0
|
* Make idiomatic interfaces to a few functions.Ronald Kinard2015-06-114-0/+293