Skip to content

Commit 6a4ba4f

Browse files
authored
Add port of libstd's path module to Theseus (#487)
* Currently, most fs-dependent parts are disabled * don't include path_std by default
1 parent c614775 commit 6a4ba4f

File tree

2 files changed

+3193
-0
lines changed

2 files changed

+3193
-0
lines changed

ports/path_std/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
authors = ["Kevin Boos <kevinaboos@gmail.com>"]
3+
name = "path_std"
4+
description = "Theseus port of the Rust std lib `path` module"
5+
version = "0.1.0"
6+
build = "../../build.rs"
7+
8+
[dependencies]
9+
theseus_task = { path = "../../kernel/task", package = "task" }
10+
core2 = { version = "0.3.2", default-features = false, features = ["alloc", "nightly"] }

0 commit comments

Comments
 (0)